@customerglu/react-native-customerglu 1.0.0 → 1.0.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
|
@@ -17,13 +17,13 @@ Android - Requires minSdkVersion should be 21
|
|
|
17
17
|
OPTION 1 -
|
|
18
18
|
Add the CustomerGlu React Native plugin in package.json file
|
|
19
19
|
```
|
|
20
|
-
"react-native-customerglu": "^1.0.0"
|
|
20
|
+
"@customerglu/react-native-customerglu": "^1.0.0"
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
OPTION 2 -
|
|
24
24
|
Run this command With npm:
|
|
25
25
|
```
|
|
26
|
-
npm install react-native-customerglu
|
|
26
|
+
npm install @customerglu/react-native-customerglu
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
# Initialise CustomerGlu SDK
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@customerglu/react-native-customerglu",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "CustomerGlu React Native plugin",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"android",
|
|
14
14
|
"ios",
|
|
15
15
|
"cpp",
|
|
16
|
-
"react-native-
|
|
16
|
+
"react-native-customerglu.podspec",
|
|
17
17
|
"!lib/typescript/example",
|
|
18
18
|
"!android/build",
|
|
19
19
|
"!ios/build",
|
|
@@ -147,9 +147,7 @@
|
|
|
147
147
|
]
|
|
148
148
|
]
|
|
149
149
|
},
|
|
150
|
-
"dependencies": {
|
|
151
|
-
"@applicaster/react-native-broadcast-manager": "^0.2.5"
|
|
152
|
-
},
|
|
150
|
+
"dependencies": {},
|
|
153
151
|
"directories": {
|
|
154
152
|
"example": "example",
|
|
155
153
|
"lib": "lib"
|
|
@@ -3,7 +3,7 @@ require "json"
|
|
|
3
3
|
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
|
|
4
4
|
|
|
5
5
|
Pod::Spec.new do |s|
|
|
6
|
-
s.name = "react-native-
|
|
6
|
+
s.name = "react-native-customerglu"
|
|
7
7
|
s.version = package["version"]
|
|
8
8
|
s.summary = package["description"]
|
|
9
9
|
s.description = <<-DESC
|