react-native-touch-id
react-native-touch-id copied to clipboard
Android | isSupported returns boolean instead of string ('TouchID'/'FaceID') as it returns on IOS
Is this a bug or the right implementation you wanted? If yes, I think the README file should be updated.
Having this issue as well, would be really nice if both IOS and Android were consistent
PR's are welcome!
can this lib support to face authentication for android
@gavaliswapnil well for now this library is not supported for android.
@saadmutahar to clarify - it does support android fingerprint authentication, it just does not support android face id yet.
It would certainly be handy if it returned Fingerprint, the same as iOS returns TouchID or FaceID instead of true - and then if Android Face is added, then it could change the return value as well...
@zibs yeah sorry I was just about to write android faceId instead of android. Thank you.
Can anyone help me in letting know how to make Face ID authentication using react native then