Answers for "react native on expo finger print is working bt not in apk"

0

react native on expo finger print is working bt not in apk

if (await LocalAuthentication.isEnrolledAsync() && await LocalAuthentication.isEnrolledAsync()) {
  //do biometric auth
} else {
  // implement your own password or use another package for device pin.
}


//must USe Async and await to get the response from all function in expo LocalAuthentication
Posted by: Guest on April-14-2021

Code answers related to "react native on expo finger print is working bt not in apk"

Code answers related to "Javascript"

Browse Popular Code Answers by Language