Releases: onfido/react-native-sdk
Releases · onfido/react-native-sdk
v14.1.0
v14.0.0
v13.2.0
Changed:
- Updated underlying Onfido native SDK version:
- iOS 30.6.x (up from 30.5.x)
- Android 21.2.x (up from 21.1.x)
v13.1.0
v13.0.0
Added:
- Added
nfcOption
parameter for configuring NFC - Deprecated
disableNFC
parameter (UsenfcOption
withOnfidoNFCOptions.DISABLED
value instead)
Changed:
- Updated underlying Onfido native SDK version:
- iOS 30.4.x (up from 30.3.x)
- Android 21.0.x (up from 20.5.x)
- Bumped Android target SDK version to 34 (Java version 17 is required to build the project)
v12.3.0
[12.3.0] - 2024-07-04
Changed:
- Updated underlying Onfido native SDK version:
- iOS 30.3.x (up from 30.2.x)
- Android 20.5.x (up from 20.4.x)
v12.2.0
Changed:
Updated underlying Onfido native SDK version:
- iOS 30.2.x (up from 30.1.x)
- Android 20.4.x (up from 20.3.x)
v12.1.0
Changed
Updated underlying Onfido native SDK version:
- iOS 30.1.x (up from 30.0.x)
- Android 20.3.x (up from 20.2.x)
v12.0.0
Changed:
- Updated the underlying Onfido iOS SDK to version 30.0.x (up from 29.9.x).
NOTE: This version increased the minimum deployment target to iOS 13
For more information visit the Onfido iOS SDK releases on Github - Updated the underlying Onfido Android SDK to version 20.2.x (up from 20.1.x).
For more information visit the Onfido Android SDK releases on Github - Motion capture fallback configuration has been removed: Motion is supported on all devices as of 11.0.0
- If you currently set a
motionCaptureFallback
forcaptureFace
, then you should be aware that this configuration is no longer available, so you can safely remove it from your integration code
- If you currently set a
- The option to set the
bubbleErrorBackgroundColor
as part of the appearance configuration has been removed, as this configuration option is not longer available. - The flag
supportDarkMode
on the appearance configuration has been removed. UseinterfaceStyle
instead to configure the same behaviour.