@getyoti/react-native-yoti-face-capture 3.0.0 → 3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
1
  # ChangeLog
2
+ ## Version 3.0.1
3
+
4
+ Contains a couple of bug fixes on the Android side of the SDK:
5
+ - Fixes issue with `react-native` `< 0.63` resulting in app a crash on launch.
6
+
2
7
  ## Version 3.0.0
3
8
  BREAKING CHANGE: New configuration requirements
4
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getyoti/react-native-yoti-face-capture",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "An easy to use face detection component for React Native from Yoti.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -65,7 +65,7 @@
65
65
  "pod-install": "^0.1.0",
66
66
  "prettier": "^2.0.5",
67
67
  "react": "16.13.1",
68
- "react-native": "0.63.4",
68
+ "react-native": "0.63.5",
69
69
  "react-native-builder-bob": "^0.18.0",
70
70
  "release-it": "^14.2.2",
71
71
  "typescript": "^4.1.3"