-
-
Notifications
You must be signed in to change notification settings - Fork 855
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
uuid library doesn't work well with expo #950
Comments
+1 using Metro |
Hello, I'm having this issue too |
+1 using Metro; |
I've created a pull request that integrates the Here's the link to the PR for easy access: #952 |
@Arshiash80 I am getting this same error after instaling this package can you help me: |
@Arshiash80 |
Describe the bug
Error: crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported
Reproduction and solution
Use it with any expo app, simply add the [email protected]
Solution
After i found the error originating from the uuid library, i checked the latests commits and i noticed it was added recently so i downgraded to 2.5.6 which solved the issue.
i think this should be helpful to fix the issue.
Additional context
[email protected]
[email protected]
If you are using expo please indicate here:
The text was updated successfully, but these errors were encountered: