You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
thrownewError(`The "CFBundleShortVersionString" key in the "${resolvedPlistFile}" needs to have at least a major and minor version, for example "2.0" or "1.0.3".`);
@@ -928,7 +928,7 @@ function getReactNativeProjectAppVersion(command: cli.IReleaseReactCommand, proj
// The versionName property is a valid semver string,
933
933
// so we can safely use that and move on.
934
934
returnappVersion;
@@ -963,7 +963,7 @@ function getReactNativeProjectAppVersion(command: cli.IReleaseReactCommand, proj
963
963
thrownewError(`No property named "${propertyName}" exists in the "${propertiesFile}" file.`);
964
964
}
965
965
966
-
if(!validVersion(appVersion)){
966
+
if(!isValidVersion(appVersion)){
967
967
thrownewError(`The "${propertyName}" property in "${propertiesFile}" needs to specify a valid semver string, containing both a major and minor version (e.g. 1.3.2, 1.1).`);
0 commit comments