From 845e42eafc9e7790e12eb4352480479bbf38a1da Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Thu, 8 Feb 2024 16:16:26 +0100 Subject: [PATCH] Remove nonfunctional repair --- ios/Podfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 90d8699..790dc25 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -19,6 +19,5 @@ target 'drip' do post_install do |installer| react_native_post_install(installer) - sed -i.bo 's/ node->getLayout()\.hadOverflow() |$/\0|/' ./node_modules/react-native/ReactCommon/yoga/yoga/Yoga.cpp end end