-
Notifications
You must be signed in to change notification settings - Fork 14
chore(deps): bump expo from 53.0.22 to 54.0.33 #863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |
| "@react-navigation/bottom-tabs": "^7.3.10", | ||
| "@react-navigation/elements": "^2.6.3", | ||
| "@react-navigation/native": "^7.1.6", | ||
| "expo": "~53.0.22", | ||
| "expo": "~55.0.4", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PR bumps to v55 but title says v54Medium Severity The PR title states "bump expo from 53.0.22 to 54.0.33" but the actual code changes install Additional Locations (1) |
||
| "expo-blur": "~14.1.5", | ||
| "expo-constants": "~17.1.7", | ||
| "expo-device": "^7.1.4", | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expo SDK 55 requires React Native 0.83, not 0.79
High Severity
Bumping
expoto~55.0.4(SDK 55) without updatingreact-nativefrom^0.79.2to0.83.xcreates a fundamental incompatibility. Expo SDK 55 bundles and requires React Native 0.83.2, and the internal dependencies (e.g.,@react-native/babel-preset@0.83.2,@react-native/codegen@0.83.2) all target 0.83. The companion packages (expo-constants,expo-font,expo-blur,expo-router,expo-splash-screen, etc.) also remain at SDK 53 versions instead of being updated to SDK 55 compatible versions. This will cause build failures or runtime errors.Additional Locations (2)
examples/expo-example/package.json#L34-L35packages/expo/package.json#L72-L73