react-native-keychain icon indicating copy to clipboard operation
react-native-keychain copied to clipboard

[Android] support for non biometric authentication

Open juan-cortes opened this issue 2 years ago • 2 comments

I've been trying to get Android passcode authentication to work but after delving a bit into the code-base it would seem that the only supported form of authentication is biometrics for Android. If biometrics auth is not available or isn't the selected option it falls back to non-interactive authentication which I assume is the reason why I'm getting no prompt at all.

Can someone confirm this for me before I start a fork that supports this? The two notes on access control are not really clear to me, thanks.

juan-cortes avatar Oct 10 '23 13:10 juan-cortes

I up vote!!

clauderobi avatar Jan 04 '24 22:01 clauderobi

Are there any updates on this?

lwin-kyaw avatar Apr 15 '24 16:04 lwin-kyaw

Implemented in https://github.com/oblador/react-native-keychain/pull/720

DorianMazur avatar Mar 09 '25 21:03 DorianMazur