File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 66 "android" : " react-native run-android" ,
77 "ios" : " react-native run-ios" ,
88 "start" : " react-native start" ,
9- "pods" : " pod-install --quiet"
9+ "pods" : " pod-install --quiet" ,
10+ "postinstall" : " npx patch-package"
1011 },
1112 "dependencies" : {
1213 "react" : " 18.2.0" ,
Original file line number Diff line number Diff line change 1+ diff --git a/node_modules/react-native/Libraries/AppDelegate/React-RCTAppDelegate.podspec b/node_modules/react-native/Libraries/AppDelegate/React-RCTAppDelegate.podspec
2+ index fff8711..61e0e5a 100644
3+ --- a/node_modules/react-native/Libraries/AppDelegate/React-RCTAppDelegate.podspec
4+ +++ b/node_modules/react-native/Libraries/AppDelegate/React-RCTAppDelegate.podspec
5+ @@ -54,6 +54,7 @@ Pod::Spec.new do |s|
6+ # This guard prevent to install the dependencies when we run `pod install` in the old architecture.
7+ s.compiler_flags = other_cflags
8+ s.pod_target_xcconfig = {
9+ + "DEFINES_MODULE" => "YES",
10+ "HEADER_SEARCH_PATHS" => header_search_paths,
11+ "OTHER_CPLUSPLUSFLAGS" => other_cflags,
12+ "CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
You can’t perform that action at this time.
0 commit comments