We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb5a1f commit 11c9521Copy full SHA for 11c9521
Package/gulpfile.js
@@ -575,7 +575,7 @@ const patchPackageVersion = async () => {
575
const packageJsonWindows = JSON.parse(fs.readFileSync(packageJsonPathWindows));
576
const packageJsoniOSAndroid = JSON.parse(fs.readFileSync(packageJsonPathiOSAndroid));
577
578
- if (version != -1) {
+ if (versionIndex != -1) {
579
const version = process.argv[versionIndex];
580
if (version == '0.64' || version == '0.65') {
581
console.log(chalk.black.bgCyan(`Updating Package.json for React Native ${version}.`))
0 commit comments