react-native-simple-biometrics
react-native-simple-biometrics copied to clipboard
simple interface to verify user authenticity
When a fingerprint prompt shows up and user chooses to enter a PIN number instead of a fingerprint, nothing happens (even if the PIN is correct). The `requestBioAuth()` function does...
is there any possibility to hide the 'UsePin/UsePattern' form the prompt in android _Originally posted by @ndileep-dev in https://github.com/smallcase/react-native-simple-biometrics/issues/3#issuecomment-871886727_
This change adds biometrics type. So you can differentiate between FaceID and TouchID on iOS and Fingerprint and Face unlock on Android. Tested on iPhone 15 PM and Google Pixel...
Hi there, hope you're all fine. First of all thank you for the lib! 🙌 I've a question. Do you plan to implement the key generation feature in the future...
On android the library is working fine, while on iOS I have the following error:  Even running the `pod install` command multiple times doesn't solve it. I'm using react...
There is an import for new architecture and its giving error while building when using with RN 0.76.6. Solved this issue with the help of another library created on top...