-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version code on android defaults to 0 #974
Comments
Check the versionCode prop inside your appConfigs/renative.json. If it is non-existent or set to zero change it to a positive number. |
@mihaiblaga89 is there a way to test this? |
@GabrieleKaceviciute Check platformBuilds//app/build.gradle. |
@ElenaDiachenko I've tested "versionCode" value:
|
VersionCode only accepts positive integers. Error, fixed here #1323 |
Describe the bug
If not specified RNV will default to 0
However, android now fails with
The text was updated successfully, but these errors were encountered: