expo-three icon indicating copy to clipboard operation
expo-three copied to clipboard

Unable to resolve module three/examples/jsm/loaders/AssimpLoader

Open alchemist0404 opened this issue 3 years ago • 1 comments

After just import the expo-three module, I got this error. import { Renderer } from 'expo-three';

Screenshot 2021-04-09 150009

"expo": "^40.0.0",
"expo-camera": "~9.1.0",
"expo-font": "~8.4.0",
"expo-gl": "^10.1.0",
"expo-image-picker": "~9.2.1",
"expo-linear-gradient": "~8.4.0",
"expo-splash-screen": "~0.8.1",
"expo-three": "^5.6.2",
"three": "^0.127.0"

help me, please. 🙏

alchemist0404 avatar Apr 09 '21 12:04 alchemist0404

AssimpLoader has been removed in r127 image

try to downgrade three to r126, package.json: "three": "~0.126.0"

works fine on "0.120.0"

NikitaDudin avatar Apr 14 '21 00:04 NikitaDudin