Ship the fix for local reference overflow in Yoga (#1347)
Summary: X-link: https://github.com/facebook/litho/pull/954 X-link: https://github.com/facebook/react-native/pull/39132 Pull Request resolved: https://github.com/facebook/yoga/pull/1347 # Context Reviewed By: NickGerleman, astreet Differential Revision: D48607502 fbshipit-source-id: 79552bc76879d1fc15341423ae6fbadeab2fb7af
This commit is contained in:
committed by
Facebook GitHub Bot
parent
38ad93c87b
commit
49fbd406b6
@@ -65,8 +65,7 @@ YG_DEFINE_ENUM_FLAG_OPERATORS(YGErrata)
|
||||
YG_ENUM_SEQ_DECL(
|
||||
YGExperimentalFeature,
|
||||
YGExperimentalFeatureWebFlexBasis,
|
||||
YGExperimentalFeatureAbsolutePercentageAgainstPaddingEdge,
|
||||
YGExperimentalFeatureFixJNILocalRefOverflows)
|
||||
YGExperimentalFeatureAbsolutePercentageAgainstPaddingEdge)
|
||||
|
||||
YG_ENUM_SEQ_DECL(
|
||||
YGFlexDirection,
|
||||
|
Reference in New Issue
Block a user