📅  最后修改于: 2022-03-11 15:02:14.833000             🧑  作者: Mango
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