Skip to content

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

@mrzmyr

Description

@mrzmyr

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();

Metadata

Metadata

Assignees

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions