Skip to the content.

Deployment

How to deploy the app on various devices and test builds.

We use EAS (Expo Application Services) to handle app builds.

Commands

Use the following yarn command:

yarn deploy:{platform}:{profile}
yarn deploy:{all,android,ios}:{dev,preview,prod}

Platform

Profile

Testing the deployed builds

Android

Install Expo Go app and link it to your account. There, you will find the latest builds for the app.

You can open up directly the build in Expo Go, or download the .apk and install it manually.

iOS

TODO(#28): Document android deployment