OrbitControls in mobile version in react native with expo-three

Hi, I am newbie to expo-three but intermediator in three.js., I was using three.js in normal html file earlier. Now I am trying to create the same for mobile application using react native. For that, I am coming to Expo-three within react native. I have created a basic webgl application like showing a cube with rotation.
It is working fine. But when I tried to use the OrbitControls in it, it is just working in web version and not working in mobile version. How to use orbitcontrols in mobile ?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.