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
|
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
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