ReactVision / viro

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

Is it planned to support RN version 0.66.1? #133

Closed illi-homz closed 5 months ago

illi-homz commented 2 years ago

If you plan to upgrade, when can we expect it?

I am trying to install the library with the command npm i @viro-community/react-viro

but i get an error

npm ERR! While resolving: zvet@0.0.1
npm ERR! Found: react-native@0.66.1
npm ERR! node_modules/react-native
npm ERR!   react-native@"0.66.1" from the root project
npm ERR! 
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

if forced to install with parameter (--force), the application always crashes

difference in config

android/build.gradle:

...
classpath("com.android.tools.build:gradle:4.2.2")
...

android/gradle/wrapper/gradle-wrapper.properties:

...
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
...
robertjcolley commented 5 months ago

Hi @illi-homz, with the release of 2.23.1, we now support more versions of React Native!