react-native-touch-id icon indicating copy to clipboard operation
react-native-touch-id copied to clipboard

Touch ID Fails when quitting the app and re-open it

Open sheydarezaee opened this issue 5 years ago • 0 comments

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",

sheydarezaee avatar Oct 03 '19 19:10 sheydarezaee