-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
viro not support expo lastest vetsion? #319
Comments
same issue here, but in android. My app dont build too. "expo": "52.0.21", Windows "@reactvision/react-viro": "^2.41.6", |
viro may not support latest version react-native? |
Try downgrading react native to version 0.73.x. I tried in react-native (not in expo from which I had to move because it didn't work for me either at least under iOS) and it works while with version 0.76.x |
i will test |
I was able to get my project to build in Android by downgrading to Expo 50 and RN 73. It was able to build for iOS just fine at Expo 52, but android only works on 50. [edit] Question: Is this project still actively under development? The last release was in June of 2024 so I'm curious if this project is still worth using on a new application in RN/Expo. |
Expo SDK 52 ships with the React Native New Architecture enabled as default for new projects. I have no previous experience of Viro, but perhaps it's not compatible with the New Architecture? You can disable it by changing this line in your app.json
|
Contributer will support expo 52 until 1month ago😂 https://discord.com/channels/774471080713781259/942014767571292200/1326347604396740668 |
Requirements:
Please go through this checklist before opening a new issue
Environment
Please provide the following information about your environment:
Description
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
it's success to expo build below command, and can play vino at old version 50 in this sample this repository
but i want to use latest expo version 52.
so i try to update expo to52, rewrite package.json like below...
And change import to "@reactvision/react-viro" from "@viro-community/react-viro".
finally, There is success to build.
Click to toggle contents of build success log
So I opened app in my iphone by expo
development build
, but crashed.viro not support expo lastest vetsion?
Reproducible Demo
Let us know how to reproduce the issue. Include a code sample, screen capture, video recording. The more information you provide, the better we can support you.
hoge2.mp4
The text was updated successfully, but these errors were encountered: