UNPKG
@boindahood/react-native-biometrics
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
react native biometrics
github.com/chubo274/react-native-biometrics
chubo274/react-native-biometrics
@boindahood/react-native-biometrics
/
android
/
src
/
main
/
AndroidManifest.xml
5 lines
(4 loc)
•
226 B
text/xml
View Raw
1
2
3
4
5
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<
uses-permission
android:name
=
"android.permission.USE_BIOMETRIC"
/>
<
uses-permission
android:name
=
"android.permission.USE_FINGERPRINT"
/>
</
manifest
>