The vesion of 7.0.19 in Android paid can't find @react-three/fiber/dist/native.js, but it's fine on the browser side #1852
zhangyanni666
started this conversation in
General
Replies: 1 comment
-
v7 does not support react-native; the target exists for v8 which is in beta alongside react. See native setup and this example. |
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.
-
Android Bundling failed 846ms
While trying to resolve module
@react-three/fiber
from file/home/yanni/leadgen/project/leadgen-hdmap-tools/nativeViewer/src/components/vehicleThree/mapLine.js
, the package/home/yanni/leadgen/project/leadgen-hdmap-tools/nativeViewer/node_modules/@react-three/fiber/package.json
was successfully found. However, this package itself specifies amain
module field that could not be resolved (/home/yanni/leadgen/project/leadgen-hdmap-tools/nativeViewer/node_modules/@react-three/fiber/dist/native.js
. Indeed, none of these files exist:Beta Was this translation helpful? Give feedback.
All reactions