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

Face Id #260

Open nikhitag opened 4 years ago

nikhitag commented 4 years ago

Can anyone share how I am showing Face Id Dialog? Below is my code

if (this.biometryType === 'FaceID') { this.Enable = await TouchID.authenticate(message, optionalConfigObject); return this.Enable; }