chore: upgrade example-expo to SDK 52 #122
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR upgrades the Expo example to SDK 52 by following this walkthrough, and then the upgrade helper since we aren't using continuous native generation. I also updated the
react-native-ios-utilities
dependency to5.0.0-53
I also turned on the new architecture by default in the Expo example.
To test this out:
yarn nuke:all
(or some less intense process if you don't want to nuke your whole machine).yarn install
cd example-expo/ios && pod install
(you may need to run with--repo-update
, but hopefully thePodfile.lock
changes make that unnecessary)cd .. && yarn ios
to run the iOS Expo build.yarn android
to run the Android Expo buildThe app should build and run as expected (although the Android app of course doesn't do anything, other than build and show text).