Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 730 Bytes

release-guide.md

File metadata and controls

41 lines (28 loc) · 730 Bytes

Release Guide

The build uses Expo's build server to create the APK.

Setup (only required the first time)

npm install -g eas-cli
expo fetch:android:keystore

More info:

Building the APK

  • Bump versionCode in app.json.
  • Build APK:
    eas build -p android
    

More info:

Deprecated

expo build:android

To use a custom keystore:

expo build:android -c
# Select option 2 and specify a keystore path, password, and alias.