-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React native new architecture not showing anything #3399
Comments
trying to make a custom renderer like this
to mimic the way the renderer is created in |
Same issue |
After some digging, looks like it is running the renderer, updated my repo with an example where you can see that a useFrame is being called. I might be wrong, but I think there is something in the react-reconciler that is not working correctly with the new architecture |
I have tried to find out why, but from logs it looks like the reconciler works, but I can not figure out why it wont render |
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:
it has 3 pages
I can get the PureThree.tsx to not render anything if I remove the
style:{}
on line 14The text was updated successfully, but these errors were encountered: