ReactVision / viro

ViroReact: The AR and VR library for React Native 📳💙💛🤍💚
MIT License
1.36k stars 157 forks source link

Will RN version 0.68.2 be supported? #198

Closed asandler77 closed 1 year ago

asandler77 commented 1 year ago

Hi all, Do you plain to upgrade RN version to 0.68.2. The RN version of my project is 0.68.2 and when I try to install viro on it I get the following error:

npm install --save @viro-community/react-viro

npm ERR! While resolving: awesomeviro@0.0.1 npm ERR! Found: react-native@0.68.2 npm ERR! node_modules/react-native npm ERR! react-native@"0.68.2" from the root project npm ERR! Could not resolve dependency: npm ERR! peer react-native@"0.65.1" from @viro-community/react-viro@2.23.0 npm ERR! node_modules/@viro-community/react-viro npm ERR! @viro-community/react-viro@"*" from the root project npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

I prefer not to use --force or --legacy-peer-deps flags.

Thanks, Alexey.