Releases: onfido/react-native-sdk
Releases · onfido/react-native-sdk
v11.0.0
Changed:
- Updated underlying Onfido native SDK version:
- iOS 29.8.x (up from 29.7.x)
- Android 20.0.x (up from 19.6.x)
v10.7.0
Changed:
- Updated underlying Onfido native SDK version:
- iOS 29.7.x (up from 29.6.x)
- Android 19.6.x (up from 19.5.x)
Fixed:
- Fixed the behaviour when using the configuration option
allowedDocumentTypes:- The order of steps (and SDK screens) has now been aligned with the native SDKs, for both Android and iOS. The order to be used is: Welcome - Document capture - Proof of address - Face capture - Final screen.
- The Welcome screen now correctly takes into account the
welcome(boolean) flag in the configuration.
v10.6.0
Changed
- Updated underlying Onfido native SDK version:
- iOS 29.6.x (up from 29.5.x)
- Android 19.5.x (up from 19.4.x)
v10.5.0
v10.4.0
Changed
- Updated underlying Onfido native SDK version:
- iOS 29.5.x (up from 29.4.x)
- Android 19.3.x (up from 19.2.x)
Fixed
- Fixed missing captureType for MediaResult objects - on Android
v10.3.1
Added:
- Added a helper function
byteArrayStringToBase64for converting thefileDataattribute of aMediaFile, from a String representation of byte array data, to a Base64 format - in the custom media callbacks use case.
Changed:
- Updated the
OnfidoMediaResulttype so thatcaptureTypeis visible. This refers to the type of the media capture in each case, which can beDOCUMENT,FACEorVIDEO. - Updated the Media Callbacks documentation.
v10.3.0
Added:
- Updated underlying Onfido native SDK version:
- iOS 29.4.x (up from 29.3.x)
- Android 19.2.x (up from 19.1.x)
v10.2.0
Changed:
- Changed Face step border success colour in Video Step
- Updated underlying React Native version to 0.72.1 (up from 0.64.3). Please note that this also updates the minimum Node version required to 16.
v10.1.0
Added:
- Updated underlying Onfido native SDK version:
- iOS 29.3.x (up from 29.2.1)
- Changed
primaryColordescription - Added theme selection to the SDK configuration
Changed:
- Adjust colour contrast of brackets in Headturn step in motion
- Adjust colour contrast of corners in Alignment step in motion
- Added feedback on UI while video is being recorded on document capture
- Removed OnfidoExtended framework variant
v10.0.0
Changed:
- Updated underlying Onfido native SDKs versions:
- iOS 29.2.x (up from 29.0.x)
- Android 19.1.x (up from 18.0.x)
- Added Proof of Address configuration
Fixed:
- Fixed Motion fallback configuration for iOS