Setting up EAS
Expo Application Services (EAS) is a cloud service for building and deploying your app. This guide covers the initial EAS setup required before creating development builds.Step 1: Install EAS CLI
Copy and paste this command into your terminal and press Enter to install the EAS CLI globally on your development machine:Step 2: Log in to Expo
You’ll need an Expo account to use EAS. If you don’t have one, sign up at expo.dev. Copy and paste this command into your terminal and press Enter to log in:Step 3: Configure Build Profiles
Now let’s set up your project for building. Run this command:-
Would you like to automatically create an EAS project for [your-app-name]?
✅ Typey
and press Enter -
Which platforms would you like to configure for EAS Build?
✅ Press Enter to selectAll
(it’s selected by default)
- Create your project on EAS
- Link your local project to EAS
- Generate an
eas.json
file with build settings