From 2fd06b88f5a85e571d23801574a9d99b7bb99ba8 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Thu, 28 Mar 2024 08:53:45 +0100 Subject: [PATCH] New patch file --- example/ios/Podfile.lock | 2 +- patches/react-native+0.74.0-rc.5.patch | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index c70eee02..baba936c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1412,4 +1412,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 0ab74fecad6ac2e35f8eab32fe5772c19d2015b2 -COCOAPODS: 1.14.3 +COCOAPODS: 1.15.2 diff --git a/patches/react-native+0.74.0-rc.5.patch b/patches/react-native+0.74.0-rc.5.patch index 2ff15414..1900e9d0 100644 --- a/patches/react-native+0.74.0-rc.5.patch +++ b/patches/react-native+0.74.0-rc.5.patch @@ -104,3 +104,27 @@ index b5e81c9..1093050 100644 #import #import #import +diff --git a/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm b/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm +index a611708..f5374b9 100644 +--- a/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm ++++ b/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm +@@ -9,6 +9,7 @@ + #include + + #import ++#import + #import + #import + #import +diff --git a/node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTInstance.mm b/node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTInstance.mm +index a200998..d21b4e8 100644 +--- a/node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTInstance.mm ++++ b/node_modules/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTInstance.mm +@@ -11,6 +11,7 @@ + + #import + #import ++#import + #import + #import + #import