Edit this page
An introduction to the tutorial for building apps for Android and iOS using Expo Application Services (EAS) that covers the Build, Update, and Submit workflows.
This tutorial will give you proficiency with Expo Application Services (EAS) core services: Build, Submit, and Update. When you complete the tutorial, you will know how to set up a professional mobile Continuous Integration (CI)/Continuous Development (CD) pipeline for your individual and team projects.
This tutorial covers the following topics:
These topics will give us the foundation needed to use EAS effectively and to approach more advanced topics when needed.
This tutorial is hands-on and designed to be completed in about two hours. You will need an existing Expo project to follow along and set it up locally on your machine. Options include:
npx create-expo-app
.expo
package is installed, which you can do automatically or manually.Expo Orbit to manage and launch builds with one click on macOS and Windows.
If you want to install and run the build locally on your machine simultaneously, you can use Android Emulator or iOS Simulator. To set them up, see the following:
We're ready for this journey after setting up an Expo project locally. In the next chapter, let's learn how to create your first build with EAS Build.
Let's start by configuring a development build.