The build uses Expo's build server to create the APK.
npm install -g eas-cli
expo fetch:android:keystore
More info:
- https://docs.expo.dev/build/eas-json/
- https://stackoverflow.com/questions/72190276/unsupported-sdk-version-our-app-builders-do-not-support-sdk-version-45-yet-th
- Bump
versionCode
inapp.json
. - Build APK:
eas build -p android
More info:
expo build:android
To use a custom keystore:
expo build:android -c
# Select option 2 and specify a keystore path, password, and alias.