Chapter 5

Ship It

EAS Build, app store submission, OTA updates.

~23 min total3 lessonsAssignment

By the end of this chapter you'll be able to

  • Build for iOS + Android
  • Submit to stores
  • Push OTA updates

Chapter assignment

EAS build + OTA test

Run `eas build --platform android --profile preview` to produce a real APK. Install it on your phone. Then ship a small UI change via `eas update --branch preview`; reopen the app and confirm the change appears without a re-install.

See success criteria

Lesson 1 takes ~9 min.

Start chapter

Spot a typo? Have an idea?

Help us improve this chapter. One click opens a GitHub issue with this chapter's URL pre-filled — suggest a clearer wording, report a bug, or request a new lesson. The course keeps improving thanks to learners like you.

Suggest an improvement on GitHub