@survicate/react-native-survicate 3.1.0 → 3.1.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/android/build.gradle +1 -1
- package/package.json +2 -2
package/android/build.gradle
CHANGED
|
@@ -95,7 +95,7 @@ repositories {
|
|
|
95
95
|
dependencies {
|
|
96
96
|
//noinspection GradleDynamicVersion
|
|
97
97
|
implementation 'com.facebook.react:react-native:+' // From node_modules
|
|
98
|
-
implementation 'com.survicate:survicate-sdk:3.0.
|
|
98
|
+
implementation 'com.survicate:survicate-sdk:3.0.6'
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
if (isNewArchitectureEnabled()) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@survicate/react-native-survicate",
|
|
3
3
|
"title": "React Native Survicate Bindings",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"description": "React Native bindings for Survicate Mobile SDK",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@types/react": "^18.2.21",
|
|
33
33
|
"@types/react-test-renderer": "^18.0.1",
|
|
34
34
|
"react": "18.2.0",
|
|
35
|
-
"react-native": "0.72.
|
|
35
|
+
"react-native": "0.72.6",
|
|
36
36
|
"typescript": "5.2.2"
|
|
37
37
|
},
|
|
38
38
|
"codegenConfig": {
|