Using Three.js in native react (without expo)

Greetings,

Does anyone have any experience with using THREEjs in React Native?
i’m using:


Which looks quite promising but can’t seem to get the examples to work. Maybe it’s because i have to use RN 49.3 because i’m trying to make it work with Viro React (a native react library which provides options for VR and AR).

Basically my goal is to render THREEjs objects on the fly from within a React Native app (with a specific version).

this has full support for rn now: https://github.com/react-spring/react-three-fiber/tree/3.x

ar and vr, too: https://twitter.com/birkirgudjonson/status/1172178310731849728

it would be reliant on expo though

I make some tests but doesn’t work

does react-three-fiber already working for react native?