Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/expo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Copy link

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 expo to ~55.0.4 (SDK 55) without updating react-native from ^0.79.2 to 0.83.x creates 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)

Fix in Cursor Fix in Web

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR bumps to v55 but title says v54

Medium Severity

The PR title states "bump expo from 53.0.22 to 54.0.33" but the actual code changes install expo@~55.0.4, which resolves to version 55.0.4 — a completely different major SDK version. This jumps two major SDK versions (53 → 55) rather than one (53 → 54), skipping SDK 54 entirely. Expo's own documentation recommends upgrading one SDK version at a time. The mismatch between the PR metadata and the actual change could mislead reviewers.

Additional Locations (1)

Fix in Cursor Fix in Web

"expo-blur": "~14.1.5",
"expo-constants": "~17.1.7",
"expo-device": "^7.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.14",
"expo": "~53.0.22",
"expo": "~55.0.4",
"expo-constants": "~17.1.7",
"expo-device": "^7.1.4",
"expo-notifications": "^0.31.4",
Expand Down
Loading
Loading