You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/cli/src/commands/init/init.ts
-11
Original file line number
Diff line number
Diff line change
@@ -330,17 +330,6 @@ async function createFromTemplate({
330
330
process.exit(1);
331
331
}
332
332
333
-
if(process.platform==='darwin'){
334
-
logger.info(
335
-
`💡 To enable automatic CocoaPods installation when building for iOS you can create react-native.config.js with automaticPodsInstallation field. \n${chalk.reset.dim(
0 commit comments