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:
Andrew Wang
2023-08-24 12:48:56 -07:00
committed by Facebook GitHub Bot
parent 38ad93c87b
commit 49fbd406b6
6 changed files with 17 additions and 33 deletions

View File

@@ -52,8 +52,6 @@ ENUMS = {
"WebFlexBasis",
# Conformance fix: https://github.com/facebook/yoga/pull/1028
"AbsolutePercentageAgainstPaddingEdge",
# fix JNI local ref overflows
"FixJNILocalRefOverflows",
],
"PrintOptions": [
("Layout", 1 << 0),