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(); |
When I try to build the application via Expo, I see this error:
For reference:
versionCode- Expo DocumentationSeems like this can be easily fixed here:
release-please/src/updaters/expo/app-json.ts
Line 89 in 9cb84cb