-
Notifications
You must be signed in to change notification settings - Fork 203
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
null is not an object (evaluating 'RNKeychainManager.SECURITY_LEVEL_ANY') #66
Comments
I've got same issue |
Hi there, I can't reproduce it. Did you link the libraries etc? Cheers, |
Well, I've just reinstalled that today and its working, at monday I did it several times and it didnt work. Now working just fine. |
Thanks for the feedback. Cheers, |
@Haskkor try without permissions for fingerprint I think that fixed it in my case. |
On a fresh install I have this same issue. For my use case I do not want to use any of the other features. I just need a clean way of accepting a pin from a user. The flow I am trying to accomplish is like this, The first time a user uses the application -
The next time the user uses the mobile app I request their pin to decrypt their saved data -
On a fresh install, I see the error mentioned above,
Example of usage,
|
Hey, I'm so sorry to read that as I can't reproduce. Could any of you try to use a previous version (1.12.2 might be a good one) and tell me if it fixes the issue? If so, I'll rollback the changes and keep on investigating. Thanks, |
I installed it today and facing the same issue. Once, I import the package I am getting this issue. |
@Haskkor this is because this package is requiring |
Thanks for that. |
I have same error. can anyone help me to fix it ? |
It is weird since dependency was locked on the PR I opened.
|
I have same issue for new version of react-native-pincode |
I have the same issue in v1.21.1 |
I am getting same is in 0.61.0, But it was working fine in the same version yesterday, i have did some changes for iOS and reverted them, but still get the issue |
Have you guys tried running the following commands?
|
Hi @wuno , |
Any solution? |
@tskorupka |
Hi @akhilsanker |
Same problem
|
Same problem.. I have tried automatic, cocoapods and manual install. iOS is building successfully. But when I Please help :) |
It is because last version (1.21.1) did update again the dependency 'react-native-keychain' to 3.1.3. I solved this problem downgrading this library to version 1.21.0 which uses 'react-native-keychain' v3.0.0 |
Is this solution working ok for all of you? |
I had same problem but when i installed react-native-keychain then this problem solved |
I at last experienced this issue when upgrading keychain to 5.0.1.
it fixed itself. |
null is not an object (evaluating 'RNKeychainManager.SECURITY_LEVEL_ANY')
dependencies:
@haskkor/react-native-pincode#1.13.0
react-native-keychain#3.1.1
The text was updated successfully, but these errors were encountered: