Open
Description
Im trying to run @react-three/fiber in a new expo project that is using the new architecture, but it does not show anything and when adding object like lighting it causes threejs to throw cannot read trim of undefined
it renders on web and android
I created a repro repo here:
https://github.com/jb-san/expo-52-three-fiber
run:
npm I
npm run ios
it has 3 pages
- using expo-gl and only threejs (works)
- using expo-three (works, but it does have a dependency on a lower threejs version, but even forcing the latest version works)
- using @react-three/fiber/native, (doesn't work)
I can get the PureThree.tsx to not render anything if I remove the style:{}
on line 14
Metadata
Metadata
Assignees
Labels
No labels