14 lines
582 B
Diff
14 lines
582 B
Diff
diff --git a/node_modules/react-native/scripts/react_native_pods.rb b/node_modules/react-native/scripts/react_native_pods.rb
|
|
index e7c59ad..1461d45 100644
|
|
--- a/node_modules/react-native/scripts/react_native_pods.rb
|
|
+++ b/node_modules/react-native/scripts/react_native_pods.rb
|
|
@@ -420,7 +420,7 @@ def get_react_codegen_spec(options={})
|
|
'source' => { :git => '' },
|
|
'header_mappings_dir' => './',
|
|
'platforms' => {
|
|
- 'ios' => '11.0',
|
|
+ 'ios' => '12.0',
|
|
},
|
|
'source_files' => "**/*.{h,mm,cpp}",
|
|
'pod_target_xcconfig' => { "HEADER_SEARCH_PATHS" =>
|