You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 1. Authenticate -> Show "FingerprintScannerNotEnrolled" message
Step 2. Go to setting and roll finger print (Don't kill app)
Step 3. Comeback my app and authenticate. "FingerprintScannerNotEnrolled" error always show although i rolled finger print on Android
Version
react-native: 0.59
react-native-fingerprint-scanner: "2.6.2"
How to fix this bug?
Thanks u
The text was updated successfully, but these errors were encountered:
The way all the biometric stuff works changed with android API28 (Android P) and you don't specify what device under test is running, this guess is for >= 28
I could not find any relevant issues on stackoverflow which is usually an indicator that platform API usage is incorrect, stated differently - the code here may not be 100%, you might be on to something
Step 1. Authenticate -> Show "FingerprintScannerNotEnrolled" message
Step 2. Go to setting and roll finger print (Don't kill app)
Step 3. Comeback my app and authenticate. "FingerprintScannerNotEnrolled" error always show although i rolled finger print on Android
Version
react-native: 0.59
react-native-fingerprint-scanner: "2.6.2"
How to fix this bug?
Thanks u
The text was updated successfully, but these errors were encountered: