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 477 forks source link

Revise android module to return the biometry type supported #217

Closed therealadum closed 5 years ago

therealadum commented 5 years ago

This PR addresses issue #155 and returns "Fingerprint" if the device supports it, instead of a boolean true.

BenWildeman commented 5 years ago

also fixes #218