Skip to content
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

Expo requires Android's versionCode to be a integer (not a string) #1767

Closed
mrzmyr opened this issue Dec 4, 2022 · 3 comments · Fixed by #1770
Closed

Expo requires Android's versionCode to be a integer (not a string) #1767

mrzmyr opened this issue Dec 4, 2022 · 3 comments · Fixed by #1770
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@mrzmyr
Copy link

mrzmyr commented Dec 4, 2022

When I try to build the application via Expo, I see this error:

Field: android.versionCode - should be integer.

For reference: versionCode - Expo Documentation

Seems like this can be easily fixed here:

parsed.expo.android.versionCode = versionCode.toString();

@mrzmyr mrzmyr added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Dec 4, 2022
@mrzmyr mrzmyr changed the title Expo requires versionCode to be a integer (not a string) Expo requires Android's versionCode to be a integer (not a string) Dec 5, 2022
@JaccoGoris
Copy link
Contributor

Also running into this issue :)

@JaccoGoris
Copy link
Contributor

Hi, this fix is currently not coming through in the github action because that needs to be updated separately. or is there a different way I can start using it right now? thanks :)

@mrzmyr
Copy link
Author

mrzmyr commented Dec 8, 2022

@JaccoGoris, the action is a different repo and needs to use the latest version. I created a PR: https://github.com/google-github-actions/release-please-action/pull/671

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants