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": "~54.0.33",
Copy link

Choose a reason for hiding this comment

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

React Native version lags Expo SDK

Medium Severity

expo was upgraded to SDK 54, but react-native remains ^0.79.2 in both manifests. SDK 54 is tied to React Native 0.81, so this creates an incompatible pairing that can fail expo-doctor checks and cause runtime/build instability from mismatched native and JS expectations.

Additional Locations (1)

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.

Major SDK bump without updating companion packages

High Severity

Bumping expo from SDK 53 (~53.0.22) to SDK 54 (~54.0.33) is a major SDK version change that requires updating all companion packages together. Expo SDK 54 requires React Native 0.81, but the app still pins react-native to ^0.79.2. Similarly, expo-constants remains at ~17.1.7 (SDK 54 needs ~18.x), expo-font at ~13.3.2 (needs ~14.x), expo-router at ~5.1.6, and many other expo-* packages remain at SDK 53 versions. The same issue exists in packages/expo/package.json dev dependencies. This version mismatch will cause build failures and runtime incompatibilities.

Additional Locations (2)

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": "~54.0.33",
"expo-constants": "~17.1.7",
"expo-device": "^7.1.4",
"expo-notifications": "^0.31.4",
Expand Down
Loading
Loading