Fix the issue that local reference overflows in Yoga 1 (#1308)
Summary: X-link: https://github.com/facebook/react-native/pull/37929 X-link: https://github.com/facebook/litho/pull/952 Pull Request resolved: https://github.com/facebook/yoga/pull/1308 Long story in short, we're trying to fix an issue with Yoga that could potentially lead to an overflow in the JNI local reference table. Reviewed By: NickGerleman, astreet Differential Revision: D46653732 fbshipit-source-id: 0bc34bd5a819037c046c62b651e414b249cbdcb8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ca4cf852aa
commit
f3e9b6bfb0
@@ -109,6 +109,8 @@ const char* YGExperimentalFeatureToString(const YGExperimentalFeature value) {
|
||||
return "absolute-percentage-against-padding-edge";
|
||||
case YGExperimentalFeatureFixAbsoluteTrailingColumnMargin:
|
||||
return "fix-absolute-trailing-column-margin";
|
||||
case YGExperimentalFeatureFixJNILocalRefOverflows:
|
||||
return "fix-jnilocal-ref-overflows";
|
||||
}
|
||||
return "unknown";
|
||||
}
|
||||
|
Reference in New Issue
Block a user