naoufal / react-native-touch-id

React Native authentication with the native Touch ID popup.

Home Page:https://www.npmjs.com/package/react-native-touch-id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How get information from fingerprint

juanm4 opened this issue · comments

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!