@jimrising/easymerchantsdk-react-native 1.0.4 → 1.0.5
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ To add the path of sdk in your project. Open your `package.json` file and inside
|
|
|
8
8
|
```json
|
|
9
9
|
"dependencies": {
|
|
10
10
|
...
|
|
11
|
-
"@jimrising/easymerchantsdk-react-native": "^1.0.
|
|
11
|
+
"@jimrising/easymerchantsdk-react-native": "^1.0.5"
|
|
12
12
|
},
|
|
13
13
|
```
|
|
14
14
|
or using command
|
|
@@ -36,6 +36,7 @@ allprojects {
|
|
|
36
36
|
}
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
+
Now add below settings in AndroidManifest.xml file.
|
|
39
40
|
```xml
|
|
40
41
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
41
42
|
xmlns:tools="http://schemas.android.com/tools"> <!-- you need to add this-->
|