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

Allow Android touch-id without modal #194

Open GabrielePrestifilippo opened 5 years ago

GabrielePrestifilippo commented 5 years ago

This PR allows running the authentication in the background, without opening a modal for Android.

The method onAuthError will catch error messages as documented in the README.md

P.S. Since this doesn't look to be merged soon and I'm using the auth without modal, I will keep my version updated

kddc commented 5 years ago

Any plans on merging this? Looks like a pretty good workaround for adding custom dialogs. Library works really smooth, but the Android dialog really does not fit in our design :(

zibs commented 5 years ago

Thanks so much, but I'm not sure about this. As noted in the Readme, you can always use Expo's fingerprint library to get it without the Dialogue! I don't think this lib needs to support both...

mcgreevyd commented 5 years ago

Any news on this?

Anzormumladze commented 4 years ago

any updates ?