Skip to content

Commit de6d6a1

Browse files
committed
chore: disable automatic Pod install
1 parent 18c96f9 commit de6d6a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/react-native.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ const project = (() => {
66
sourceDir: "android",
77
},
88
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,
912
sourceDir: "ios",
1013
},
1114
windows: {

0 commit comments

Comments
 (0)