We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83dd214 + 99b87a7 commit 81923c9Copy full SHA for 81923c9
scripts/new-release.sh
@@ -56,7 +56,7 @@ function generateNewReleaseBranch () {
56
git checkout -b "$branchName"
57
58
# generate app and remove generated git repo
59
- npx react-native@"${newRelease}" init "$AppName" --version "$newRelease" --skip-install
+ npx @react-native-community/cli@latest init "$AppName" --version "$newRelease" --skip-install
60
61
# clean up before committing for diffing
62
rm -rf "$AppName"/.git
0 commit comments