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
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.
I've created a pull request that integrates the react-native-get-random-values polyfill, which should resolve this problem. This addition ensures that the uuid library functions correctly within the React Native environment by providing the necessary crypto functionality.
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: