@survicate/react-native-survicate 6.3.1 → 6.3.3
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 +1 -1
- package/android/build.gradle +1 -1
- package/package.json +2 -2
- package/react-native-survicate.podspec +1 -1
package/README.md
CHANGED
|
@@ -119,7 +119,7 @@ Got an Issue?
|
|
|
119
119
|
|
|
120
120
|
To make things more streamlined, we’ve transitioned our issue reporting to our customer support platform. If you encounter any bugs or have feedback, please reach out to our customer support team. Your insights are invaluable to us, and we’re here to help ensure your experience is top-notch!
|
|
121
121
|
|
|
122
|
-
Contact us via Intercom in the application, or drop us an email at: [
|
|
122
|
+
Contact us via Intercom in the application, or drop us an email at: [support@survicate.com]
|
|
123
123
|
|
|
124
124
|
Thank you for your support and understanding!
|
|
125
125
|
|
package/android/build.gradle
CHANGED
|
@@ -120,7 +120,7 @@ repositories {
|
|
|
120
120
|
dependencies {
|
|
121
121
|
//noinspection GradleDynamicVersion
|
|
122
122
|
implementation 'com.facebook.react:react-native:+' // From node_modules
|
|
123
|
-
implementation ('com.survicate:survicate-sdk:6.3.
|
|
123
|
+
implementation ('com.survicate:survicate-sdk:6.3.1')
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
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": "6.3.
|
|
4
|
+
"version": "6.3.3",
|
|
5
5
|
"description": "React Native bindings for Survicate Mobile SDK",
|
|
6
6
|
"main": "lib/commonjs/index.js",
|
|
7
7
|
"module": "lib/module/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"react-native",
|
|
42
42
|
"expo"
|
|
43
43
|
],
|
|
44
|
-
"author": "Survicate <
|
|
44
|
+
"author": "Survicate <support@survicate.com> (https://survicate.com/)",
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"licenseFilename": "LICENSE",
|
|
47
47
|
"readmeFilename": "README.md",
|