viromedia / viro

ViroReact: AR and VR using React Native
MIT License
2.3k stars 482 forks source link

React-native version #987

Open fabioabreuit opened 1 year ago

fabioabreuit commented 1 year ago

Hey Team,

Its possible use Viro in react-native 0.70.1 or more recent versions ?

When i tried install, show me that message: "peer react-native@"0.65.1" from @viro-community/react-viro@2.23.0"

I want use maps and VR/AR, to make a new application

Thanks for attention!

bibhuti9 commented 1 year ago

same issue for me

JorgeArmandoMT commented 1 year ago

Please continue to maintain the project, react native is growing and this is one of the only libraries for VR and AR.

skizzo commented 1 year ago

I got Viro version 2.23.0 working with React Native 0.71.7, ping me if you need any help with that.

ssomarii commented 1 year ago

@skizzo Hi.. I have react-native ver. 0.71.7 too.. And I have trouble with an error: "Render Error: requireNativeComponent: "VRTText" was not found in the UIManager". If I try a starter-kit project by Viro it's fine. But when I try all the same in my own project it causes error: Error img

Maybe you have some thoughts about how to avoid it? It would help a lot.

skizzo commented 1 year ago

@ssomarii are you sure you're using Viro version 2.23.0?

vietdung97 commented 1 year ago

@ssomarii are you sure you're using Viro version 2.23.0?

I got same issue Invariant Violation: requireNativeComponent: "VRTSkybox" was not found in the UIManager. How do you run your project?

bi-brilliant commented 9 months ago

I got Viro version 2.23.0 working with React Native 0.71.7, ping me if you need any help with that.

how do you do it? When I first installed it with npm, an error immediately showed that the version I was using was 0.73.2 and Viro needed 0.65.1?

skizzo commented 9 months ago

I got Viro version 2.23.0 working with React Native 0.71.7, ping me if you need any help with that.

how do you do it? When I first installed it with npm, an error immediately showed that the version I was using was 0.73.2 and Viro needed 0.65.1?

No idea about 0.73, but in 0.71 I had to do some tricky extra config for both iOS and Android in order to get it running properly.