You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from last RN release there are some huge internal inconsistency in Yoga layer between java version (from maven) and the one from RN itself. I have tried most of recent version of Litho and nothing works with latest releases of React Native. Previous release of RN works just fine.
While that could be a problem on RN side, but RN team have a record ignoring even more important problems and now there are only hope on Litho ream 🙏
Thanks!
The text was updated successfully, but these errors were encountered:
We actually don't bundle Yoga with Litho. We depend on a maven/bintray dependency provided as usual.
The thing is that you may get a collision not only on Java API level, but also on a ntive libs level. So, even if they repackage Yoga with jarjra, for example, native Yoga libs will be different as well and will probably collide.
Looks like the one and proper thing here if for them to depend on latest release versions of Yoga.
Can you link RN issue for that here, please? I'll try to highlight it internally.
Starting from last RN release there are some huge internal inconsistency in Yoga layer between java version (from maven) and the one from RN itself. I have tried most of recent version of Litho and nothing works with latest releases of React Native. Previous release of RN works just fine.
While that could be a problem on RN side, but RN team have a record ignoring even more important problems and now there are only hope on Litho ream 🙏
Thanks!
The text was updated successfully, but these errors were encountered: