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
So it seems that we can't handle with errors from TouchID.isSupported, because callbackErrorTouchId callback is triggering only if TouchID.authenticate fails.
Could you fix that please?
The text was updated successfully, but these errors were encountered:
As we can see in react-native-touch-id library documentation (Errors section), errors could come from
TouchID.isSupported
orTouchID.authenticate
methods.In this lib we have such code:
https://github.com/jarden-digital/react-native-pincode/blob/master/src/PinCodeEnter.tsx
and
So it seems that we can't handle with errors from
TouchID.isSupported
, becausecallbackErrorTouchId
callback is triggering only ifTouchID.authenticate
fails.Could you fix that please?
The text was updated successfully, but these errors were encountered: