Chapter 1 Assignment

Run the scaffold on a real device

The brief

Scaffold `my-mobile --mobile`, get it running on either an iOS simulator (macOS) or an Android emulator, AND on a physical device via Expo Go. Screenshot both.

You've completed this when

  • Scaffold completed and `pnpm install` ran clean
  • Simulator/emulator shows the app
  • Physical device shows the app via Expo Go

Worked through every criterion?

Push your code to GitHub, paste the link in your notes.md, and move on.

Continue to ch.2: Shared Types + API Client