illustration for Build and Deploy React Native Apps with Expo EAS
free

Build and Deploy React Native Apps with Expo EAS

Instructor

Kadi Kraman

47m closed-captioning
·
15 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
5.0
58
people completed
Published a year ago
|
Updated a year ago

Expo Application Services (EAS) is a cloud build service used to build and publish React Native apps.

This course will show you how to create the common types of builds for iOS and Android on EAS. We'll cover Development builds for local development, Preview builds for internal testing, and Production builds for release.

Additionally, you'll learn about:

  • app versioning
  • automatic store uploads
  • setting up store listing pages
  • installing multiple app variants on the same device
  • installing past builds with Expo Orbit

iOS

An overview of build signing, and why an Apple Developer account needed in order to install builds on a real device.

How to create:

  • an iOS simulator build
  • a build to use on your device for local development
  • a build to share with your team without uploading it to App Store Connect
  • a release build to use on the App Store

You will also learn how to upload your build to App Store Connect, share it on TestFlight and create a Release.

Android

How to create:

  • a build to use for development on an emulator or a device
  • a build to share with your team without uploading it to Google Play
  • a release build to use on Google Play

We'll cover what is needed to create a new Google Play account, and the current restrictions for individual accounts.

You will also learn how to set up auto-submit on Google Play.

Free Community Resource

A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.

Learner Reviews

  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Desperately needed someone like Kadi to walk me through all of this. Thank you!

    Learner
    7 months ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Very well organized and was on-point on all the concepts that can be easily understand. Thank you so much Ms Kadi and Egghead for creating such as wonderful course.

    Norberto Cammayo
    8 months ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Docs should just reference this course!

    Gabriel Moncea
    a year ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    I loved the short and on point tour of the EAS config and usage! Great work @Kadi! 🚀🚀🚀

    Radu Cimpian
    a year ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    The course have a many details really really is very good

    Learner
    a year ago

Course Content

47m • 15 lessons

    You might also like these resources:

    illustration for Building a Customizable Animated Skeleton Loader in React Native
    Kadi Karmann・29m・Course

    In 30 mins you'll get a quick intro to 3 powerful RN libraries linear gradient, masked view, reanimated 2, and then use them to build a customizable skeleton loader for your app!

    illustration for Build a News App with React Native, GraphQL and TypeScript
    Kadi Kraman • 1h 15m • Course

    Learn how to build a React Native app that is read-only when offline by utilizing urql and GraphQL