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
In compiled library all usages of YogaConstants.UNDEFINED are replaced with with 1.0E21F and this breaks runtime since YogaConstants.isUndefined(...) stops working at all. Because of this fblitho is incompatible with latest react-native.
The text was updated successfully, but these errors were encountered:
Version
0.23
Issues and Steps to Reproduce
In compiled library all usages of YogaConstants.UNDEFINED are replaced with with
1.0E21F
and this breaks runtime since YogaConstants.isUndefined(...) stops working at all. Because of this fblitho is incompatible with latest react-native.The text was updated successfully, but these errors were encountered: