Skip to content

Commit

Permalink
Merge pull request #77 from react-native-community/feature-move-cli
Browse files Browse the repository at this point in the history
feat: use @react-native-community/cli instead of react-native
  • Loading branch information
blakef authored May 10, 2024
2 parents 83dd214 + 99b87a7 commit 81923c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/new-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function generateNewReleaseBranch () {
git checkout -b "$branchName"

# generate app and remove generated git repo
npx react-native@"${newRelease}" init "$AppName" --version "$newRelease" --skip-install
npx @react-native-community/cli@latest init "$AppName" --version "$newRelease" --skip-install

# clean up before committing for diffing
rm -rf "$AppName"/.git
Expand Down

0 comments on commit 81923c9

Please sign in to comment.