Can not run mobile app according to CONTRIBUTING.md guide #873
Replies: 1 comment
-
I can confirm this is producible. Created an issue for it #874, will be fixed soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to run spacedrive mobile-app but got issue like there posted.
For ios, I got
Unable to resolve "uuid/v5" from "../../node_modules/expo/build/environment/getInstallationIdAsync.js"
For android, I got
Error: crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported, js engine: hermes
Tried some actions referred by expo/expo#17261, and "setting config.resolver.disableHierarchicalLookup to false in metro.config.js" works for me.
So, do you guys have meet these similar issues ?
Beta Was this translation helpful? Give feedback.
All reactions