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.

  1. Open expo.dev and sign in.
  2. Create a new project.
  3. Set name and slug. The slug must match expo.slug in app.json.
  4. Copy the EAS project ID.
  5. Paste it into app.json:
"extra": {
  "eas": {
    "projectId": "your-eas-project-id"
  }
}

Then from the project root:

npx eas login
npx eas build:configure

Build profiles already live in eas.json (development, preview, production, ios-simulator).

npm run eas:ios
npm run eas:android