react-native-simple-biometrics icon indicating copy to clipboard operation
react-native-simple-biometrics copied to clipboard

simple interface to verify user authenticity

Results 8 react-native-simple-biometrics issues
Sort by recently updated
recently updated
newest added

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_

enhancement

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: ![image](https://github.com/user-attachments/assets/a9ee9c0e-88fa-42ab-8d88-9ed43fa06dee) 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...