chore: upgrade monorepo to Expo SDK 55#40
Draft
JoeSlain wants to merge 2 commits into
Draft
Conversation
Co-authored-by: Joe Slain <JoeSlain@users.noreply.github.com>
Co-authored-by: Joe Slain <JoeSlain@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Upgraded the Expo stack from SDK 54 to SDK 55 and aligned dependent React/React Native versions across the monorepo to avoid peer/version drift.
What changed
apps/expoto Expo SDK 55 (expo,babel-preset-expo, Expo modules, RN ecosystem packages).apps/storybook-nativeto Expo SDK 55 and matching Metro preset.newArchEnabledfromapps/expo/app.jsonto satisfy SDK 55 schema.Type of Change
How Has This Been Tested?
Commands run
npx expo@latest install expo@^55.0.0 --fix(inapps/expo)npx expo@latest install expo@^55.0.0 --fix(inapps/storybook-native)yarn check-deps:fixyarn check-depsnpx expo-doctor@latest(inapps/expo) → 17/17 checks passedyarn webyarn nativeyarn storybook:webcurl -I http://localhost:3000curl -I http://localhost:6006curl -s http://localhost:8081/statusChecklist
Screenshots (if applicable)
Next app after SDK 55 migration
Storybook manager after SDK 55 migration
expo_sdk55_upgrade_validation.mp4
Additional Notes
To show artifacts inline, enable in settings.