react-native-fingerprint-scanner icon indicating copy to clipboard operation
react-native-fingerprint-scanner copied to clipboard

Provide Fingerprint, Touch ID, and Face ID Scanner for React Native (Compatible with both Android and iOS)

Results 73 react-native-fingerprint-scanner issues
Sort by recently updated
recently updated
newest added

https://github.com/hieuvp/react-native-fingerprint-scanner/pull/95 seems to be stale. So I created an another PR.

Getting this error on android `react-native-fingerprint-scanner: 4.0.0` code snippet: ``` FingerprintScanner.authenticate({ description: "App", fallbackEnabled: true, }) .then(() => { FingerprintScanner.release(); setAuthenticated(true); setLockAuthenticating(false); }) .catch((error) => { // When authentication fails...

Hello, Im testing face id in Huawei P30 lite and its not working. Test case: If fingerprint is enable from the P30 then fingerprint its working, if fingerprint is disable...

I am getting a new exception in this fingerprint module, stack trace is below - hope someone can help -: Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.List.size()'...

i have an error this error: ![photo_2020-10-26_15-13-09](https://user-images.githubusercontent.com/41944885/97168574-f012cb80-179d-11eb-98fd-54b7213db7bc.jpg) my code like sample of this library `FingerprintScanner .authenticate({ onAttempt: this.handleAuthenticationAttemptedLegacy }) .then(() => { this.props.handlePopupDismissedLegacy(); Alert.alert('Fingerprint Authentication', 'Authenticated successfully'); }) .catch((error) =>...

how to change text in modal verify fingerprint i mean " Scan your fingerprint "

Hello. Thank you for making a good library. While using the library, I found unwanted behavior and was looking at the library code. I have a question. This can be...

Getting the following crash on android 5.1 devices in production app hoping someone can help asap:- Fatal Exception: com.facebook.react.bridge.NativeArgumentsParseException: ReactNativeFingerprintScanner.authenticate got 2 arguments, expected 6 at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java) at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java) at...