react-native-biometric-authentication:对适用于iOS和Android的本机指纹身份验证进行React

时间:2024-05-31 10:26:51
【文件属性】:

文件名称:react-native-biometric-authentication:对适用于iOS和Android的本机指纹身份验证进行React

文件大小:300KB

文件格式:ZIP

更新时间:2024-05-31 10:26:51

Java

React本机生物特征认证 对于iOS和Android 该库使您可以快速将生物特征认证(指纹,Touch ID和Face ID)添加到您的React Native应用中。 入门 导入库 import BiometricAuthentication from 'react-native-biometric-authentication' ; 检查设备是否具有生物特征认证 该库将返回true或false 。 var hasBiometricAuthentication = await BiometricAuthentication . hasBiometricAuthentication ( ) 或者 BiometricAuthentication . hasBiometricAuthentication ( ) . then ( ( hasBiometricAuthenticati


【文件预览】:
react-native-biometric-authentication-master
----ios()
--------BiometricAuthentication()
--------BiometricAuthentication.xcodeproj()
----example()
--------ios()
--------.babelrc(34B)
--------index.js(2KB)
--------jsconfig.json(151B)
--------.watchmanconfig(2B)
--------android()
--------.flowconfig(2KB)
--------package.json(487B)
--------__tests__()
--------.eslintrc.json(111B)
--------app.json(51B)
--------package-lock.json(238KB)
--------.gitignore(763B)
--------.buckconfig(114B)
--------yarn.lock(158KB)
--------.gitattributes(16B)
----index.js(115B)
----android()
--------gradle()
--------src()
--------build.gradle(564B)
----package.json(1KB)
----.eslintrc.json(298B)
----package-lock.json(51KB)
----.gitignore(262B)
----README.md(2KB)

网友评论