I have implemented a react-native-fingerprint-scanner
, it's working for Touch Id
.
Now I wanted to add authentication for Touch ID, Face Id, Passcode for both platform
Is there any way to check whether your device support or not. Also, I have tried using react-native-touch-id
but it is not for Face Id
on android.
Is there any way to achieve this for both platforms (iOS/Android)?
Reference:Link
react-native-touch-id
should work for both TouchID and FaceID.from the docs
You can check to see if its supported first.