-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since v1.22.0 TouchID pops up each time the package is imported #133
Comments
Hi @tststs. Have you solved your issue yet? If not, I'm facing the same issue as yours. I don't know if it's also related to you, but in my case I found that by calling By calling the So in my case, I just remove the Hope this helps. |
The same error for me with React Native: 0.61.5 |
Can confirm that I'm facing the same issue on Android. Does anyone know how this should be addressed?
|
Just discovered that the issue also occurs without calling This doesn't happen if prop |
I can confirm that touchID on android always pops up when Keychain.getInternetCredentials() is called (even though touchIDDisabled is set to true). For v1.22.3 a possible workaround is to set the storedPin attribute inside It marks an exception for the call of that https://github.com/jarden-digital/react-native-pincode/blob/master/src/PinCodeEnter.tsx : 108
I spent the whole afternoon trying to get around that bug. Hope that helps someone. |
Just wondering if anyone has solved this issue properly or made use of the workaround from @OlMrGreen ? I just go through implementing this library testing with only the iOS, and then saw this issue 😿. |
#154 merged. Will publish asap |
Every time i import anything from
@haskkor/react-native-pincode
the "Authentication required" screen pops up and asks for the fingerprint. At this point i'm not rendering any component yet.This only happens after upgrading to v.1.22.*
Has anything changed that i'm not aware of?
Thanks!
The text was updated successfully, but these errors were encountered: