@customerglu/react-native-customerglu 2.0.5 → 2.0.7
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
|
@@ -16,7 +16,7 @@ Supports API 21 and above. Please ensure the minSDKVersion in the app's build.gr
|
|
|
16
16
|
### Option 1
|
|
17
17
|
Add the CustomerGlu React Native plugin in package.json file
|
|
18
18
|
```
|
|
19
|
-
"@customerglu/react-native-customerglu": "^2.0.
|
|
19
|
+
"@customerglu/react-native-customerglu": "^2.0.7"
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
### Option 2
|
|
@@ -91,7 +91,7 @@ public class RncustomergluModule extends ReactContextBaseJavaModule implements L
|
|
|
91
91
|
private void setPlatformAndSdkVersion() {
|
|
92
92
|
if (CustomerGlu.getInstance() != null) {
|
|
93
93
|
|
|
94
|
-
CustomerGlu.cg_sdk_version = "2.0.
|
|
94
|
+
CustomerGlu.cg_sdk_version = "2.0.7";
|
|
95
95
|
CustomerGlu.cg_app_platform = "REACT_NATIVE";
|
|
96
96
|
}
|
|
97
97
|
}
|
package/ios/Rncustomerglu.swift
CHANGED
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ DESC
|
|
|
15
15
|
s.source = { :git => "https://github.com/customerglu/CG-SDK-React-Native.git", :tag => "#{s.version}" }
|
|
16
16
|
s.source_files = "ios/**/*"
|
|
17
17
|
s.dependency "React-Core"
|
|
18
|
-
s.dependency "CustomerGlu", "3.0.
|
|
18
|
+
s.dependency "CustomerGlu", "3.0.6"
|
|
19
19
|
s.platform = :ios, '13.0'
|
|
20
20
|
s.swift_version = '5.0'
|
|
21
21
|
|