We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d601c8 commit 15524dcCopy full SHA for 15524dc
ios/Podfile
@@ -2,7 +2,14 @@ require_relative '../node_modules/react-native/scripts/react_native_pods'
2
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
3
4
platform :ios, min_ios_version_supported
5
-prepare_react_native_project!
+
6
+# overriding ../node_modules/react-native/scripts/react_native_pods.rb
7
+# see https://github.com/CocoaPods/CocoaPods/pull/11232
8
+# prepare_react_native_project!
9
+install! 'cocoapods',
10
+ :deterministic_uuids => false,
11
+ :parallel_pod_downloads => true,
12
+ :parallel_pod_download_thread_pool_size => 40
13
14
flipper_config = ENV['CI'] || ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled
15
0 commit comments