From 2c31b00034eb67e31577a574376cd669658275ee Mon Sep 17 00:00:00 2001 From: Dan Burcaw <92536821+namidan@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:48:19 -0600 Subject: [PATCH] remove patch (#327) --- .../TestNamiTV/patches/yoga-compilation-fix.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 examples/TestNamiTV/patches/yoga-compilation-fix.patch diff --git a/examples/TestNamiTV/patches/yoga-compilation-fix.patch b/examples/TestNamiTV/patches/yoga-compilation-fix.patch deleted file mode 100644 index 68fded17..00000000 --- a/examples/TestNamiTV/patches/yoga-compilation-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ../node_modules/react-native/ReactCommon/yoga/yoga/Yoga.cpp.orig 2024-07-10 13:35:29 -+++ ../node_modules/react-native/ReactCommon/yoga/yoga/Yoga.cpp 2024-07-10 11:54:48 -@@ -2229,7 +2229,7 @@ - depth, - generationCount); - node->setLayoutHadOverflow( -- node->getLayout().hadOverflow() | -+ node->getLayout().hadOverflow() || - currentRelativeChild->getLayout().hadOverflow()); - } - return deltaFreeSpace;