Skip to content

Instantly share code, notes, and snippets.

@junibrosas
Created May 7, 2023 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junibrosas/9b4d539ceae4b01466eedf57b0db1726 to your computer and use it in GitHub Desktop.
Save junibrosas/9b4d539ceae4b01466eedf57b0db1726 to your computer and use it in GitHub Desktop.
Expo Documentation

Expo Build Introduction

https://docs.expo.dev/build/introduction

Creating your first build

Install the latest EAS CLI

npm install -g eas-cli

Log in to your Expo account. Or you can check whether you are logged in by running eas whoami.

eas login
eas whoami

Configure the project

eas build:configure

Run a build

eas build --platform android

Run a specific build based on config file

eas build --platform=android --profile=staging
eas build --platform=android --profile=prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment