Replies: 1 comment
-
|
any docs for v5.7.1 would be appreciated as well |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello all,
Im trying to get
@react-three/xrworking forexpo webbut I keep facing issues module issues.I'm not exactly sure what's the core issue, I tried removing all related files (
node_modules,package-lock.json, clear cache) but I can't figure out how to getv6+working.I managed to get v5.7.1 working: it doesn't instantly throw errors when loading.
the error:
the code: (can be found in README.md)
package.json
{ "name": "test-app", "main": "expo-router/entry", "version": "1.0.0", "scripts": { "start": "expo start --dev-client", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "test": "jest --watchAll" }, "jest": { "preset": "jest-expo" }, "dependencies": { "expo": "53.0.22", "react": "19.0.0", "react-native": "0.79.5", ... "@react-three/drei": "^10.7.6", "@react-three/fiber": "^9.3.0", "@react-three/xr": "^6.6.26", "@pmndrs/xr": "^6.6.26", "three": "^0.180.0", }, }Beta Was this translation helpful? Give feedback.
All reactions