react-native-nami-sdk 3.4.10-dev.202608252332 → 3.4.10-dev.202608280636
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 +2 -0
- package/android/build.gradle +2 -2
- package/dist/src/version.d.ts +1 -1
- package/package.json +1 -1
- package/react-native-nami-sdk.podspec +1 -1
- package/src/version.ts +1 -1
package/README.md
CHANGED
|
@@ -44,3 +44,5 @@ yarn add react-native-nami-sdk
|
|
|
44
44
|
Example apps showing how to use the bridge are available in this repository in the [examples directory](https://github.com/namiml/react-native-nami-sdk/tree/master/examples), including instructions on how to build the apps.
|
|
45
45
|
|
|
46
46
|
More information on configuring and using the SDK is available in our docs at [https://learn.namiml.com](https://learn.namiml.com).
|
|
47
|
+
|
|
48
|
+
<!-- CI runner verification touch (NAM-3943): triggers react-native jobs on the PR; safe to remove. -->
|
package/android/build.gradle
CHANGED
|
@@ -85,8 +85,8 @@ dependencies {
|
|
|
85
85
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
86
86
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
|
87
87
|
|
|
88
|
-
playImplementation "com.namiml:sdk-android:3.4.10-dev.
|
|
89
|
-
amazonImplementation "com.namiml:sdk-amazon:3.4.10-dev.
|
|
88
|
+
playImplementation "com.namiml:sdk-android:3.4.10-dev.202608280636"
|
|
89
|
+
amazonImplementation "com.namiml:sdk-amazon:3.4.10-dev.202608280636"
|
|
90
90
|
|
|
91
91
|
implementation "com.facebook.react:react-native:+" // From node_modules
|
|
92
92
|
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.0.4"
|
package/dist/src/version.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-nami-sdk",
|
|
3
|
-
"version": "3.4.10-dev.
|
|
3
|
+
"version": "3.4.10-dev.202608280636",
|
|
4
4
|
"description": "React Native SDK for Nami - No-code paywall and onboarding flows with A/B testing.",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
|
|
|
21
21
|
s.requires_arc = true
|
|
22
22
|
s.swift_version = '5.0' # or your supported version
|
|
23
23
|
|
|
24
|
-
s.dependency 'Nami', '3.4.10-dev.
|
|
24
|
+
s.dependency 'Nami', '3.4.10-dev.202608280636'
|
|
25
25
|
|
|
26
26
|
pod_target_xcconfig = {
|
|
27
27
|
'DEFINES_MODULE' => 'YES',
|
package/src/version.ts
CHANGED