react-native-touch-id
react-native-touch-id copied to clipboard
Touch ID Fails when quitting the app and re-open it
Here is the scenario:
- I am logged in to the app
- I quit the app
- I wait 15 minute (I will be logged out of the app due to inactivity)
- Re-open the app, and want to auto login using biometrics
- If I have a touch ID device, it shows the touch ID modal, it fails the authentication
- Then on the login page, the fingerprint icon disappeared and I have to login manually
I am using: "react-native": "0.60.5", "react-native-touch-id": "^4.4.1",