Skip to content

Commit

Permalink
[LOCAL] Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi committed Jun 3, 2024
1 parent 58f232c commit 2e21543
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/react-native/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,6 @@ function warnWhenRunningInit() {
}
}

function warnWithDeprecated() {
if (isInitCommand) {
return;
}

console.warn(`
${chalk.yellow('⚠')}️ The \`init\` command is deprecated.
- Switch to ${chalk.dim('npx @react-native-community/cli init')} for the identical behavior.
- Refer to the documentation for information about alternative tools: ${chalk.dim('https://reactnative.dev/docs/getting-started')}`);
}

/**
* npx react-native -> @react-native-community/cli
*
Expand Down

0 comments on commit 2e21543

Please sign in to comment.