Getting started
Create an Expo project
Link the Starter Kit to your own Expo / EAS project.
EAS builds and updates need your Expo project, not ours.
- Open expo.dev and sign in.
- Create a new project.
- Set name and slug. The slug must match
expo.sluginapp.json. - Copy the EAS project ID.
- Paste it into
app.json:
"extra": {
"eas": {
"projectId": "your-eas-project-id"
}
}Then from the project root:
npx eas login
npx eas build:configureBuild profiles already live in eas.json (development, preview, production, ios-simulator).
npm run eas:ios
npm run eas:android