Skip to content

Releases: SelfLender/react-native-biometrics

3.0.0

06 Sep 15:46
dcc47da
Compare
Choose a tag to compare

Re-release of 2.2.0 as a major version change instead of a minor version change.

2.2.0

06 Sep 15:21
7e1ff50
Compare
Choose a tag to compare
  • iOS
    • Fixed compatability issue with XCode 12
    • Added optional passcode fallback for iOS devices when FaceID or TouchID fails and the device has a passcode set.
    • Added fallbackPromptMessage to simplePrompt. This controls the message that is shown when FaceID or TouchID has failed and the prompt falls back to the device passcode for authentication.
  • Android

2.1.4

10 Feb 22:45
Compare
Choose a tag to compare

Changed

  • Removed duplicate onAuthenticationError call in android
  • Upgraded androidx.biomtric to the latest fix version

1.7.1

11 Feb 00:00
Compare
Choose a tag to compare

Changed

  • Prevented ios prompt from displaying when checking for key existence

2.1.3

27 Jan 19:20
Compare
Choose a tag to compare

Changed

  • Fixed readme typo
  • Improved android prompt cancellation handling

2.1.2

30 Dec 16:58
Compare
Choose a tag to compare

Changed

  • Improved biometryType typescript definition

2.1.1

21 Nov 00:12
Compare
Choose a tag to compare

Changed

  • Fixed npm release error

2.1.0

21 Nov 00:08
Compare
Choose a tag to compare

Changed

  • Refactored the javascript portion of the library into typescript

2.0.0

19 Nov 22:26
570dedf
Compare
Choose a tag to compare

Breaking

  • Requires React Native 0.60+ for androidx compatibility
  • All functions now take an options object and return a result object
  • createSignature no longer prompts user for biometrics, simplePrompt can be used in conjunction with it to achieve the same effect
  • createSignature and simplePrompt no longer reject on cancellation, they resolve with a success flag set to false when a user cancels a biometric prompt
  • Android no longer resolves to biometry type of TouchID, it only resolves to Biometrics

Changed

  • Used android BiometricPrompt API for biometrics
  • Changed library function API
  • Added better support for prompt cancellations
  • Started to return native error messages in promise rejections

1.7.0

05 Nov 22:01
Compare
Choose a tag to compare

Changed

  • Removed dependency on android app compat library for compatibility with androidx
  • Used new access control policy for ios keystore