yarn
to install dependencies.yarn prebuild
to (re)generate native iOS and Android project files. Remember to always run this step when adding new dependencies with native modules.eas env:pull
to pull environment variables from the eas server. If this is your first time you will need to setup easyarn ios
to run the app on iOSyarn android
to run the app on Android.
Manage all environment variables in the Expo Beefy Project
To pull the latest environment variables down to use in your local build run
eas env:pull
Add any tag and EAS will automatically start the release process.
Open the app dashboard in EAS and press "Build from GitHub". Learn more
Prerequisite: install EAS CLI and login to EAS. Learn more
Trigger a release
eas build --auto-submit --profile production --platform all
Important
The CLI-triggered build uses the local project files. Ensure you have checked out the proper branch and it is in a good state for a build.