You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there
I am working on a React Native app (with react native CLI) to implement authentication. For Android, implementing Biometric authentication is not bad, but since some of devices don't support biometrics, we have to implement secure sign in for them as well.
So, how to authenticate in the app using lock screen credentials like PIN, pattern, or password for devices that don't support Biometrics?
The text was updated successfully, but these errors were encountered:
Hello there
I am working on a React Native app (with react native CLI) to implement authentication. For Android, implementing Biometric authentication is not bad, but since some of devices don't support biometrics, we have to implement secure sign in for them as well.
So, how to authenticate in the app using lock screen credentials like PIN, pattern, or password for devices that don't support Biometrics?
The text was updated successfully, but these errors were encountered: