react-native-fingerprint-android
react-native-fingerprint-android copied to clipboard
Fingerprint authentication for react-native (android only)
In my humble opinion in example: in code fragment: ``` } catch(error) { Toast.show(`Authentication aborted: ${error.message}`, Toast.SHORT); } ``` there should be return statement: ``` } catch (error) { console.log(error);...
Like Huawei p20 can unlock with Face ID,does this module can support it?
Any change this will have the new Android P Biometrics when they release that?
Hi, First off, thanks for putting this plugin together it really saved me a lot of time with our new ReactNative project! I'm currently seeing a few cases where the...
My device is supported touch id but i turn off touch id feature or locked. Current i only can check isHardwareDetected, hasPermission, hasEnrolledFingerprints How can i determine that touch id...
Thanks for your share firstly. Before start authenticate every time, we should check the FingerPrint whether is started, if yes, cancel it. So if do cancel when FingerPrint is not...
While React Native picks up on the `index.android.js` and `index.ios.js` linters cannot find an index.js. Adding a blank one removes the warnings. Could we adopt a similar approach to other...
## Your Environment * Plugin version: 0.1.4 * Platform: Android API 23, Android Simulator * OS version: Windows 10 * React Native version: 0.41.2 * mauron85/react-native-background-geolocation : 0.2.0-alpha.6 ## Context...