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

How get information from fingerprint #231

Open juanm4 opened 5 years ago

juanm4 commented 5 years ago

Hi, I have 4 fingerprints added on my device, and also, each have a tag name on settings.

I want to know if I can get that tag or name when user do a success authentication. Now the promise success only return true or false.

Thanks!