-
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
Update to react-native-keychain V6.0.0 breaks hasUserSetPinCode and other methods #137
Comments
@greenbue +1 for this issue. I faced exactly the same issue as yours sometimes ago.
So in my opinion, the best way to solve this issue is by manually invoke the I hope it helps you. |
@efronnyp - Thanks for the feedback, I will definitely try your suggestions. Upon further investigation - it does seem to be more of an issue on I think this issue can be closed on this side, but would be good to have some kind of note on the README in terms of support for this. |
This method will now throw an error because of...
PinCodeEnter is using |
To fix this issue is just needed to update keychain to 6.1.1. check my commit |
Just merged. Releasing a new version in a few minutes. |
v6.0.0+ of react-native-keychain breaks the method hasUserSetPinCode because of its reliance to Keychain.getInternetCredentials
Instead of
Authentication Prompt needs to be declared.
https://github.com/oblador/react-native-keychain/releases/tag/v6.0.0
Error returned
The text was updated successfully, but these errors were encountered: