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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![npm version](https://img.shields.io/npm/v/react-native-okhi.svg?style=flat-square)](https://www.npmjs.com/package/react-native-okhi)
6
6
  [![license](https://img.shields.io/npm/l/react-native-okhi.svg?style=flat-square)](https://github.com/OkHi/react-native-okhi/blob/master/LICENSE)
7
7
  [![platform](https://img.shields.io/badge/platform-iOS%20%7C%20Android-lightgrey?style=flat-square)](#requirements)
8
- [![CI](https://img.shields.io/github/actions/workflow/status/OkHi/react-native-okhi/ci.yml?style=flat-square)](https://github.com/OkHi/react-native-okhi/actions/workflows/ci.yml)
8
+ [![CI](https://img.shields.io/github/actions/workflow/status/OkHi/react-native-okhi/ci.yml?branch=master&style=flat-square)](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@beta
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.12",
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",