-
Notifications
You must be signed in to change notification settings - Fork 167
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 2.21.1 #56
Comments
Downgrading to 2.20 solved this issue. so it seems something is wrong with 2.21 ? 🤔 |
Will there be a new release for the fix? 2.20 is not working on my android project |
Hello, |
Just to get you all in context. Last time, when we made some changes to the iOS native side we were only able to build the library but the mentioned variant. The static_lib has too many issues due the way the GVR was striped out. So in the next release it will be removed, solving all this linking problems. Edit: |
Great news @doranteseduardo you are welcome 🙏 I follow the submit for testing when it was released. |
The fix is ready, however I'd appreciate if you help testing out!
with this:
You should not have any issue on iOS anymore and also, ViroVideo must be working again. I'd appreciate your feedback, if this test goes well it will be deployed into npm soon. Thanks in advance! |
Hi I just test it in my own app and it is working without any issue for the moment. I just try also in starter kit and it is working as expected. No more UIManager error. Nice job :) I will give a try on android in these days to see if it is also working. |
Hi @doranteseduardo I have also tested it and it works. Thank you! When it will be published? |
I'm working on some changes repository-level (due lfs) to publish this as soon as possible. |
v2.22.0 is now in NPM and it fixes the iOS issues. Note: |
Hi it's not a pure issue but I investigate to find out why the 2.21.1 release is not working and show UIManager error for all the viro components.
I find the culprite..
I download the zip of 2.21.0 and 2.21.1 and find that for IOS libviroreact.a is not the good one.
The size of the package is not relevant for the lib.
If I check the same file on the 2.21.0 release this file is bigger
So I take all the libviroreact.a from 2.21.0 folder and paste it in my node module viro react.
I compile from xCode and now my app doesn't complain anymore for VRTText not found in UIManager.
And work as expected.
How can I build this libviroreact.a from my side ?
Hope this could give you the right way to fix that.
Cchumi
The text was updated successfully, but these errors were encountered: