expo-three
expo-three copied to clipboard
Unable to resolve module three/examples/jsm/loaders/AssimpLoader
After just import the expo-three
module, I got this error.
import { Renderer } from 'expo-three';
"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. 🙏
AssimpLoader has been removed in r127
try to downgrade three to r126,
package.json: "three": "~0.126.0"
works fine on "0.120.0"