📌  相关文章
📜  对 expo 指纹做出本机反应在 apk 中不起作用 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:14.833000             🧑  作者: Mango

代码示例1
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