Mastering EAS Build, Submit, and Update in React Native | DEVember Day 13

Поділитися
Вставка
  • Опубліковано 22 сер 2024
  • Welcome to Day 13 of #DEVember! In today's session, we're diving into the powerful capabilities of EAS (Expo Application Services). Learn how to streamline your app development process for both iOS and Android using EAS Build, efficiently deliver your app to the App Store and Play Store with EAS Submit, and master the art of rolling out OTA (Over-The-Air) updates with EAS Update. This session is perfect for React Native developers looking to optimize their deployment workflow and keep their apps up-to-date effortlessly.
    🌟DEVember Day 13: www.notjust.de...
    If you have ideas of features, topics or apps you would like me to cover during #DEVember, you can submit them on our 💡Idea Board:
    github.com/not...
    📚 Today's Agenda:
    - Introduction to EAS Build
    - Setting Up EAS Build for iOS and Android
    - Using EAS Submit for App Store and Play Store
    - Configuring and Implementing EAS Update
    - Streamlining Deployment Processes
    - Managing OTA Updates Effectively
    - Recap and Demo
    ❗Try our FREE 4-day Masterclass on notJust.Academy:
    assets.notjust...
    📚 Enroll NOW in The Full-Stack Mobile Developer course and don’t miss out on your chance to become a 6-figure dev! Check out what our successful students are saying about their experience:
    academy.notjus...
    💬 Join the notJust Development gang and let's build together:
    Twitter: / vadimnotjustdev
    Instagram: / vadimnotjustdev
    Facebook: / notjustdev
    LinkedIn: / vadimsavin
    Discord: / discord
    Disclaimer: This build is for educational purposes only. All views, opinions, and technology choices expressed in this video are my own and do not represent the views, opinions, or technology choices of any entity I have been, am now, or will be affiliated with.
    #notjustdev #ReactNative

КОМЕНТАРІ • 12

  • @Mutepuka88
    @Mutepuka88 6 місяців тому +4

    Do you cover how to handle .env files for Eas Build ?

  • @FaysalBDev
    @FaysalBDev 8 місяців тому +1

    You killed it bro, A to Z on eas, this will be my resource instead of the documentation

  • @princesiachin279
    @princesiachin279 8 місяців тому

    Well done from you. Helps me a lot on learning EAS. Thank you so much.

  • @phillyt22
    @phillyt22 4 місяці тому

    Thank you so much for this!

  • @DihCpsPsy
    @DihCpsPsy Місяць тому +1

    I followed the documentation for creating OTA updates, and for some reason it is not working. I have a production build on that I downloaded with TestFlight, but whenever I run the eas update command, it never updates that build I have on the phone 🤔

    • @alexejcrumbambula
      @alexejcrumbambula Місяць тому

      The same for me

    • @VishnuMahawar-cr1tg
      @VishnuMahawar-cr1tg Місяць тому

      same , app is crashing on launch for me after install eas updates

    • @alexejcrumbambula
      @alexejcrumbambula Місяць тому

      Guys, i works for me, when i DON'T change the version. Collect build, install it, make changes without change version, push with "eas", and it works😊

  • @zainn7336
    @zainn7336 3 місяці тому

    When I go to eas built --development there is issue in gradle I DONOT KNOW BUT WHEN I saw your project you donot have any gradle file

  • @humbler144
    @humbler144 3 місяці тому

    I have a question!!!
    I have created an app with react-native-init and uploaded it to their respective stores and want to add codepush for OTA but as codepush will be shut down with appcenter, Can I use eas update with react-native-init project that is already deployed and in production

  • @rinchans3360
    @rinchans3360 2 місяці тому

    I'm not use EXPO, just react native. I wanna use EAS for build server. Is this better ?

  • @chigoziepascalumeugokwe6532
    @chigoziepascalumeugokwe6532 8 місяців тому

    After following these steps: am getting this error on my development client
    TypeError: _crypto.default.randomUUID is not a function