SelfLender / react-native-biometrics

React Native module for iOS and Android biometrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get fingerprint failure response in first attempt of authentication in Android

prasanthreactdev opened this issue · comments

From this library, I can get a fingerprint authentication failure response after five failed attempts in a simple prompt. But how to get a fingerprint authentication failed response on the first attempt itself in android?

@prasanthreactdev PIN/Pattern biometric types are working in your project?