Relative Content

Tag Archive for react-nativethree.js3dreact-three-fiberreact-three-drei

how to render a 3d models in react native app?

My three D models are hosted on the remote server (GLB, USDZ), and I wanted to render them on my React Native app. I have been referring to this example (https://github.com/Rakha112/react-native-animation/tree/main/season1/src/17-React-Native-3D-Loading-Model), but here it is converting the 3D models into a TSX file using the gltfjsx. Can someone suggest how to render the 3D models in the React Native app using the hosted URL? Is there any library available where I can pass the 3D model URL and render it?
Regards,
Vass