You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CameraControls component is not marked as Dom only in the documentation.
Moreover, it can be imported from @react-three/drei/native.
This suggests that this component can work with React Native.
Looking at CameraControls codebase, it's seems clear that it can only work on the DOM (or i'm really missing something)
Suggested solution:
Only export it for web (not in /core)
Mark the component as Dom only in the documentation
I would love to see this component working on Native, but it doesn't seems possible as is.