react-native-biometrics
Advanced tools
Changelog
[3.0.0] - 2022-09-06
Changelog
[2.2.1] - 2022-09-06
Changelog
[2.2.0] - 2020-02-10
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.allowDeviceCredentials
option, for android devices, to isSensorAvailable
, createSignature
and simplePrompt
. This option is only affects devices running API 30 or greater. Devices running API 29 or less cannot support device credentials when performing crypto based authentication. See https://developer.android.com/reference/androidx/biometric/BiometricPrompt.PromptInfo.Builder#setAllowedAuthenticators(int)build.gradle
file to avoid unnecessary downloads and potential conflicts when the library is included as a module dependency in an application project.Changelog
[2.1.4] - 2020-02-10
Changelog
[2.1.3] - 2020-01-27
Changelog
[2.1.2] - 2019-12-29