Skip to content

Releases: onfido/react-native-sdk

v11.0.0

11 Mar 12:25

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

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.

v10.6.0

14 Dec 17:44

Choose a tag to compare

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

29 Nov 12:11

Choose a tag to compare

Changed:

  • Updated underlying Onfido native SDK version:
    • Android 19.4.x (up from 19.3.x)

Fixed:

  • Fixed OnfidoConfig disableNFC definition, as former enableNFC was changed. NFC is now opt-out, being enabled by default.

v10.4.0

11 Oct 13:09

Choose a tag to compare

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

21 Sep 15:38

Choose a tag to compare

Added:

  • Added a helper function byteArrayStringToBase64 for converting the fileData attribute of a MediaFile, from a String representation of byte array data, to a Base64 format - in the custom media callbacks use case.

Changed:

  • Updated the OnfidoMediaResult type so that captureType is visible. This refers to the type of the media capture in each case, which can be DOCUMENT, FACE or VIDEO.
  • Updated the Media Callbacks documentation.

v10.3.0

11 Sep 14:48

Choose a tag to compare

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

01 Sep 10:55

Choose a tag to compare

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

01 Aug 13:48

Choose a tag to compare

Added:

  • Updated underlying Onfido native SDK version:
    • iOS 29.3.x (up from 29.2.1)
  • Changed primaryColor description
  • 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

27 Jul 16:07

Choose a tag to compare

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