Example workflows are in .eas/build. They are associated with build profiles defined in eas.json.
- Run
npm install
. - If you don't have access to the exponent account:
- Open app.config.js.
- Remove the
extra
andowner
fields. - Run
eas init
.
- Run
eas build -p android -e PROFILE_NAME
wherePROFILE_NAME
is a profile name from eas.json