Chore: build latest android update for ios

This commit is contained in:
bl00dymarie
2023-12-11 17:01:43 +01:00
parent c5906c2144
commit 4f54d19f78
4 changed files with 77 additions and 85 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
platform :ios, '11.0'
platform :ios, '12.0'
target 'drip' do
config = use_native_modules!
@@ -19,6 +19,6 @@ target 'drip' do
post_install do |installer|
react_native_post_install(installer)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
sed -i.bo 's/ node->getLayout()\.hadOverflow() |$/\0|/' ./node_modules/react-native/ReactCommon/yoga/yoga/Yoga.cpp
end
end