react-native-okhi 2.0.12 → 2.0.13
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/react-native-okhi)
|
|
6
6
|
[](https://github.com/OkHi/react-native-okhi/blob/master/LICENSE)
|
|
7
7
|
[](#requirements)
|
|
8
|
-
[](https://github.com/OkHi/react-native-okhi/actions/workflows/ci.yml)
|
|
8
|
+
[](https://github.com/OkHi/react-native-okhi/actions/workflows/ci.yml)
|
|
9
9
|
|
|
10
10
|
</div>
|
|
11
11
|
|
|
@@ -110,7 +110,7 @@ Add permissions to `AndroidManifest.xml`:
|
|
|
110
110
|
> **Note:** Requires a development build. This library won't work with Expo Go.
|
|
111
111
|
|
|
112
112
|
```bash
|
|
113
|
-
npx expo install react-native-okhi
|
|
113
|
+
npx expo install react-native-okhi
|
|
114
114
|
npx expo prebuild
|
|
115
115
|
npx expo run:ios # or run:android
|
|
116
116
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-okhi",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
4
4
|
"description": "The OkHi React Native library enables you to collect and verify addresses from your users",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "https://github.com/OkHi/react-native-okhi",
|