Skip to content

Releases: onfido/react-native-sdk

v13.2.0

17 Sep 13:24
Compare
Choose a tag to compare

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

02 Sep 14:00
Compare
Choose a tag to compare

Changed:

  • Updated underlying Onfido native SDK version:
    • iOS 30.5.x (up from 30.4.x)
    • Android 21.1.x (up from 21.0.x)

v13.0.0

05 Aug 12:25
Compare
Choose a tag to compare

Added:

  • Added nfcOption parameter for configuring NFC
  • Deprecated disableNFC parameter (Use nfcOption with OnfidoNFCOptions.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

10 Jul 10:17
Compare
Choose a tag to compare

[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

01 Jul 17:49
Compare
Choose a tag to compare

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

22 May 15:38
Compare
Choose a tag to compare

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

06 May 12:42
Compare
Choose a tag to compare

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 for captureFace, then you should be aware that this configuration is no longer available, so you can safely remove it from your integration code
  • 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. Use interfaceStyle instead to configure the same behaviour.

v11.1.0

11 Apr 11:01
Compare
Choose a tag to compare

• Updated underlying Onfido native SDK version:
- iOS 29.1.1 (up from 29.8.x)
- Android 20.1.x (up from 20.0.x)

v11.0.0

11 Mar 12:25
Compare
Choose a tag to compare

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

06 Feb 14:50
Compare
Choose a tag to compare

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.