Upgrade Expo SDK 50 to 51 - Managed workflow w/ Expo Go AND Development Builds

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024

ความคิดเห็น • 12

  • @ReactJsJourney
    @ReactJsJourney  3 หลายเดือนก่อน

    If you prebuild native project files (Android and iOS folders), you also need to follow the guidelines here: docs.expo.dev/bare/upgrade/?fromSdk=50&toSdk=51

  • @tuhablasingles
    @tuhablasingles 2 หลายเดือนก่อน

    With 51 I have an error, it tells me that gradle is not compatible and jdk too, didn't you have that problem?

    • @ReactJsJourney
      @ReactJsJourney  2 หลายเดือนก่อน +1

      I did not. What version was your starting point? Did you go from 50 to 51 or from an earlier version?

    • @tuhablasingles
      @tuhablasingles 2 หลายเดือนก่อน

      @@ReactJsJourney from 50 to 51, do you have a repository to look at your gradle files and podfiles? please

    • @ReactJsJourney
      @ReactJsJourney  2 หลายเดือนก่อน +1

      @@tuhablasingles With this, I did not prebuild the app locally. I used EAS as you see in the video. I suggest you post something on SO or Github with the exact issue

  • @milon27
    @milon27 4 หลายเดือนก่อน

    router types not working.

    • @ReactJsJourney
      @ReactJsJourney  4 หลายเดือนก่อน +1

      Could you provide more context? Example?

  • @manooj8502
    @manooj8502 4 หลายเดือนก่อน +1

    I am getting issue upgrading to expo 51 from 49 please help me

    • @ReactJsJourney
      @ReactJsJourney  4 หลายเดือนก่อน

      Upgrade 1 version at a time (49 to 50 first and make sure everything works fine and then 50 to 51). Follow the instructions from the expo docs for each upgrade: docs.expo.dev/workflow/upgrading-expo-sdk-walkthrough/#sdk-changelogs

    • @ReactJsJourney
      @ReactJsJourney  4 หลายเดือนก่อน

      If you are using development builds and prebuild your ios and Android packages, you need to make sure you make the following changes as well:
      docs.expo.dev/bare/upgrade/?fromSdk=49&toSdk=51