naoufal / react-native-touch-id

React Native authentication with the native Touch ID popup.
https://www.npmjs.com/package/react-native-touch-id
1.47k stars 476 forks source link

Android On Failure Can't Trigger Something Else #241

Open JeffreyLeeDave opened 5 years ago

JeffreyLeeDave commented 5 years ago

So my issue is that on failure of fingerprint, the prompt just stays there. I don't get an error or anything and this causes me issue because I want to do something custom on failure.

Khaad commented 4 years ago

I have the same issue. @JeffreyLeeDave have you solved this ?

JeffreyLeeDave commented 4 years ago

I don't think I did, sorry.

abhisheksharma548055 commented 4 years ago

Facing the same issue. This seems to work with proper error handlers on iOS, but not on android