viromedia/viro

Problem with Viro and RN 0.72

Soulinbyte opened this issue · 4 comments

Hey guys , i have a project written with react-native 0.72 and i can't even install viroAR and it says i should have use react native 0.65 .
i really need to use your perfect project in my Ar App but i can't :)) please help me .

add --force ad the end of the npm install command

add --force ad the end of the npm install command

it's not the answer bro , because the last react native version that viroAR supported is 0.65 !!!
We shouldn't use --force here it causes different errors at the end !

@Soulinbyte
what gradle version are you using?
i am also facing a lot of issues with this package
my configuration is-
"react-native": "0.70.5"
"@viro-community/react-viro": "^2.23.0"
gradle-7.3.3
minSdkVersion = 24
compileSdkVersion = 33
targetSdkVersion = 33
rest configuration as mentioned inside the docs

@Azeem00786
i'm using "react-native": "0.72.7" .
what should i do ?