[menu-bar] Upgrade to expo SDK 56#346
Open
gabrieldonadel wants to merge 6 commits into
Open
Conversation
tsapeta
reviewed
Jun 16, 2026
| "eslint-plugin-react-compiler": "^19.1.0-rc.2", | ||
| "expo": "~54.0.33", | ||
| "expo-web-browser": "~15.0.10", | ||
| "expo": "^56.0.6-canary-20260606-4d4666c", |
Contributor
There was a problem hiding this comment.
I think this isn't the latest 😅
Member
Author
There was a problem hiding this comment.
It is the latest Canary that includes the outOfTreePlatforms flag
Contributor
There was a problem hiding this comment.
Can't we use 56.0.12? Didn't we backport it?
tsapeta
approved these changes
Jun 16, 2026
alanjhughes
approved these changes
Jun 16, 2026
4a56177 to
2f06228
Compare
13ece28 to
e629495
Compare
e629495 to
f9a6bd9
Compare
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.
Why
We should upgrade to Expo SDK 56 in order to try out the
outOfTreePlatformsexperiment flag.How
outOfTreePlatformsexperiment) and run npx expo install --fix.outOfTreePlatformsexperimentresolveRequesthook inmetro.config.jsthat rewrotereact-nativetoreact-native-macosfor themacosplatform.getModulesRunBeforeMainModuleoverride that injected bothInitializeCorefiles.Podfileto use the standardreactNativePathinstead of the-macossuffixed path, and switchesreact-native-configto themacosplatform with--source-dirset explicitly.patches/react-native-macos+0.81.6.patchto (a) makereact-native.config.jstolerate@react-native-community/clinot being installed and (b) let the Cocoapods autolinking script fall back toiosproject/platform config whenmacoskeys are absent.@react-native-clipboard/clipboardwithexpo-clipboardSystemIconViewlocal module withexpo-symbolsTest Plan