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

I want to use this package, but i see that latest update was 1 year ago. Can i use it safely? @phillbaker

Hey there! We had this crash for along time. Recently updated to the 6.0.0 but the crash is still happening for our users. Unfortunately we can't reproduce it on our...

On our application, on the second time we try to authenticate, the promise is never resolved or reject. Cleaning the biometric prompt after the authentication solves this

trying to find a way to ignore facial recognition of android devices and only allow to authenticate with the fingerprint sensor. I need to know if there is a method...

Latest Xcode 12 fails to build without a module to depend on `React-Core` directly hence this change is necessary for all native modules on iOS. This change requires React Native...

Hello I tried to implement this module on react -native app but its showing error of dex file on building android build please help

We're seeing a large spike in the _FingerprintScannerUnknownError_ being thrown for users on iOS 14. Has anyone else noticed this issue and is there a way to fix it?

I'm using "react-native-fingerprint-scanner": "^6.0.0" it works fine on emulator. But when I built apk it taking too much time(3 or 4 seconds) to authenticate on a real device. What can...

Crash in case of calling authenticate function on android < 23 as authenticate method in Java does not have such interface. Also fix for such crashes: https://github.com/hieuvp/react-native-fingerprint-scanner/issues/153 https://github.com/hieuvp/react-native-fingerprint-scanner/issues/158