feat: upgrade CES templates to Expo SDK 57#616
Draft
DavidJGrimsley wants to merge 2 commits into
Draft
Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades the generated Create Expo Stack (CES) templates (and the CLI’s own Expo dependency) to align with Expo SDK 57 / React Native 0.86, including updating Expo-managed package ranges, removing now-redundant New Architecture config, and adjusting prebuild guidance to match SDK 57 behavior.
Changes:
- Bump Expo dependency versions to SDK 57 across the repo and CLI.
- Update generated template dependencies to SDK 57-compatible Expo + Software Mansion versions (incl. Expo Router 57).
- Remove generated
newArchEnabledconfig and update printed prebuild instructions for SDK 57’s default clean behavior.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps repo-level Expo dependency to ~57.0.4. |
| cli/package.json | Bumps CLI’s Expo dependency to ^57.0.4. |
| cli/src/utilities/printOutput.ts | Updates printed prebuild guidance for SDK 57. |
| cli/src/templates/base/package.json.ejs | Updates generated template dependency versions to SDK 57 / RN 0.86 ranges. |
| cli/src/templates/base/app.json.ejs | Removes generated newArchEnabled config from template output. |
| .changeset/expo-sdk-57-upgrade.md | Adds a changeset documenting the SDK 57 upgrade and related template/CLI changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
newArchEnabledconfig and update the printed prebuild guidance for SDK 57 behaviorVerification
bun run build:clibun run snapshot-updatebun run testexpo install --check,expo-doctor, andtsc --noEmitexpo install --check,expo-doctor, andtsc --noEmit