Skip to content

Instantly share code, notes, and snippets.

@bensig
Created August 30, 2021 19:51
Show Gist options
  • Save bensig/4602c4651e8fb9ab9f6873f8d91aeeb9 to your computer and use it in GitHub Desktop.
Save bensig/4602c4651e8fb9ab9f6873f8d91aeeb9 to your computer and use it in GitHub Desktop.
Publishing an Expo App for Android

#Publishing an Expo App for Android

  1. Make sure you have the pc-api-*.json for the Google Service Account
  2. Increment "versionCode" in app.json
  3. Run eas build --platform android
  4. Run eas submit --platform android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment