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 18c96f9 commit de6d6a1Copy full SHA for de6d6a1
example/react-native.config.js
@@ -6,6 +6,9 @@ const project = (() => {
6
sourceDir: "android",
7
},
8
ios: {
9
+ // `rnc-cli` does not account for all the ways CocoaPods can be
10
+ // installed and therefore breaks in many setups.
11
+ automaticPodsInstallation: false,
12
sourceDir: "ios",
13
14
windows: {
0 commit comments