SelfLender / react-native-biometrics

React Native module for iOS and Android biometrics
MIT License
664 stars 228 forks source link

allow faceid for android #278

Open raghsahu opened 9 months ago

raghsahu commented 9 months ago

allow face id for android

youcefswoo commented 6 months ago

@raghsahu Nothing happened on my end. I'm still only getting the fingerprint option on the Samsung Galaxy S23.

raghsahu commented 6 months ago

If android device (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) and if face enrolled in settings, face unlock will be visible.

I have forked and working fine- https://github.com/raghsahu/react-native-biometrics

alexandr-feschenko commented 4 months ago

If android device (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) and if face enrolled in settings, face unlock will be visible.

I have forked and working fine- https://github.com/raghsahu/react-native-biometrics

It doesn't generate public private keys when I use faceID