Releases: getyoti/yoti-doc-scan-react-native
v6.0.0
Supports iOS 8.1.1+.
Important: This is a major release that requires Xcode 26+ for iOS and contains breaking changes to the theme configuration. It also adds the option to disable edge-detecting auto-captures of identity documents when not using YotiDocumentScan, and the option to enable a more relaxed lighting requirement during a face capture using YotiSDKFaceCapture.
v6.0.0-alpha.3
Supports iOS 8.1+.
Important: This is an alpha release for the next major version, and is incompatible with YotiSDKFaceTec on iOS. It requires Xcode 26+ and contains breaking changes to the theme configuration. It also adds the option to disable edge-detecting auto-captures of identity documents when not using YotiDocumentScan, and the option to enable a more relaxed lighting requirement during a face capture using YotiSDKFaceCapture.
v6.0.0-alpha.2
Changes:
- Supports iOS 8+
- Ensure that the completion callback on the wrapped Android module is only invoked once
Important: This is an alpha release for the next major version, and is incompatible with YotiSDKFaceTec on iOS. It requires Xcode 26+ and contains breaking changes to the theme configuration. It also adds the option to disable edge-detecting auto-captures of identity documents when not using YotiDocumentScan.
v5.0.2
Ensure that the completion callback on the wrapped Android module is only invoked once.
v6.0.0-alpha.1
Supports iOS 8+.
Important: This is an alpha release for the next major version, and is incompatible with YotiSDKFaceTec on iOS. It requires Xcode 26+ and contains breaking changes to the theme configuration. It also adds the option to disable edge-detecting auto-captures of identity documents when not using YotiDocumentScan.
v5.0.1
v5.0.0
Supports RN 0.70+, Android 4+ and iOS 7+.
Important: This is a major release, so please read through the updated README for required changes to your integration. Most importantly, we've updated the function signature used to launch a session. In addition, we've added optional configuration and customization options for single-flow sessions and theming on iOS.
v4.0.0
Changes:
- Supports iOS 6.0.0+
- Allows for a dark mode color theme to be shown on iOS according to the user's device settings
- Added the
setDarkPrimaryColorRGBAPI to allow customization of the dark mode's primary color - Renamed the light mode's primary color API from
setPrimaryColorRGBtosetLightPrimaryColorRGB
- Added the
Important: This is a major release that contains a breaking change to RNYotiDocScan's API.