@getyoti/react-native-yoti-face-capture 1.0.0 → 1.1.0
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ The library leverages [Google ML Kit](https://firebase.google.com/docs/ml-kit/de
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
14
14
|
```sh
|
|
15
|
-
yarn add react-native-yoti-face-capture
|
|
15
|
+
yarn add @getyoti/react-native-yoti-face-capture
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
Navigate to your iOS folder and install pods with:
|
package/package.json
CHANGED