We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83dd214 commit 99b87a7Copy full SHA for 99b87a7
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