Fabien Le Guillarm
Fabien Le Guillarm
@smooth97 Indeed, the `domElement` is not available in React Native. I had to use `OrbitControls` and I basically took [the code from the ThreeJS source code](https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/OrbitControls.js) and adjusted it so...
I have the same issue. I ended up downloading the minified build and `require` it in my scripts. No the best solution but it works 🙂
@kikoano I adjusted the code to support that actually. Happy to contribute if you want to and push my changes as a PR.
> please do, would be helpful reference for others whether it gets pulled in or not here. @kylebakerio Happy to do it, but last time I tired I wasn't able...