We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec4a1e4 + 8d75429 commit bbab246Copy full SHA for bbab246
CHANGELOG.md
@@ -1,4 +1,9 @@
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
7
## Version 3.0.0
8
BREAKING CHANGE: New configuration requirements
9
package.json
@@ -1,6 +1,6 @@
{
"name": "@getyoti/react-native-yoti-face-capture",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "An easy to use face detection component for React Native from Yoti.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments