react-native-klarna-inapp-sdk 2.8.0 → 2.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,11 +11,12 @@ currently has the following components:
11
11
 
12
12
  - `KlarnaPaymentView` to integrate Klarna Payments
13
13
  - `KlarnaStandaloneWebView` to integrate Klarna Standalone WebView
14
- - `KlarnaCheckoutView` to integrate Klarna Checkout
15
14
  - `KlarnaSignInSDK` to integrate Klarna Sign In
16
15
  - `KlarnaOSMView` to integrate Klarna On-site Messaging
17
16
  - `KlarnaExpressCheckoutView` to integrate Klarna Express Checkout
18
17
 
18
+ **Important:** ⚠️ _KCO integrations and support has been officially deprecated and will be removed in future versions of the SDK. Please migrate to [Kustom Mobile SDK](https://docs.kustom.co/contents/checkout/integrate-kco-in-your-mobile/introduction) if you are integrating KCO via `KlarnaCheckoutView`, or `KlarnaStandaloneWebView`._
19
+
19
20
  This repository also includes a test application that you can use to see how different integrations work.
20
21
 
21
22
  ### SDK for Other Platforms
@@ -114,7 +114,7 @@ dependencies {
114
114
  implementation "org.jetbrains.kotlin:kotlin-reflect:${getExtOrDefault('kotlinVersion')}"
115
115
  implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
116
116
 
117
- implementation 'com.klarna.mobile:sdk:2.12.0'
117
+ implementation 'com.klarna.mobile:sdk:2.13.1'
118
118
  // Required: KlarnaExpressCheckoutButton extends ConstraintLayout.
119
119
  implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
120
120
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-klarna-inapp-sdk",
3
3
  "title": "Klarna Mobile SDK React Native",
4
- "version": "2.8.0",
4
+ "version": "2.8.1",
5
5
  "description": "React Native package for Klarna Mobile SDK.",
6
6
  "main": "lib/commonjs/index",
7
7
  "module": "lib/module/index",
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
42
42
  end
43
43
  end
44
44
 
45
- s.dependency 'KlarnaMobileSDK', '2.12.0'
45
+ s.dependency 'KlarnaMobileSDK', '2.13.1'
46
46
 
47
47
  s.test_spec 'Tests' do |ts|
48
48
  ts.source_files = 'ios/Tests/**/*.{h,m,mm,swift}'