Reputation: 53
I am trying to implement a screen lock after a certain number of failed attempts and this requires tracking of the number of biometric attempts in the application. I understand that expo local authentication will return result.error === "lockout" for too many failed attempts.
However, can i get the specific number of attempts or customise the maximum number of attempts with expo local authentication?
Upvotes: 1
Views: 227