@getyoti/react-native-yoti-face-capture
Advanced tools
Changelog
Version 3.0.1
Contains a couple of bug fixes on the Android side of the SDK:
react-native
< 0.63
resulting in app a crash on launch.Changelog
Version 3.0.0
BREAKING CHANGE: New configuration requirements
The configuration has been updated and expects a faceCenter
representing the expected center of the captured face.
This parameter is a percentage value (x, y). E.g.: (0,0) - top left; (0.5, 0.5) - center of the screen; (1,1) - bottom right;
Please, check README.md for more details.
Changelog
Version 2.0.1
Contains a couple of bug fixes on the iOS side of the SDK:
Changelog
Version 2.0.0
BREAKING CHANGE: Low light detection
New configurable property requireBrightEnvironment
has been added to the SDK entry point. If it is activated, the SDK will require a bright environment to take the selfie. To migrate from previous versions, it is needed to include this paremeter on the SDK setup.
Please, check README.md for more details.