Skip to content
Merged
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 client/react-native/car/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@quanux/ui": "workspace:*",
"expo": "~52.0.48",
"expo-constants": "~17.0.8",
"expo-constants": "~17.1.8",
"expo-linking": "~7.1.7",
"expo-router": "~4.0.22",
"expo-status-bar": "~2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion client/react-native/design-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@quanux/ui": "workspace:*",
"expo": "~52.0.48",
"expo-constants": "~17.0.8",
"expo-constants": "~17.1.8",
"expo-linking": "~7.1.7",
"expo-router": "~4.0.22",
"expo-status-bar": "~2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion client/react-native/foldables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@quanux/ui": "workspace:*",
"expo": "~52.0.48",
"expo-constants": "~17.0.8",
"expo-constants": "~17.1.8",
"expo-linking": "~7.1.7",
"expo-router": "~4.0.22",
"expo-status-bar": "~2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion client/react-native/mega/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@quanux/ui": "workspace:*",
"expo": "~52.0.48",
"expo-constants": "~17.0.8",
"expo-constants": "~17.1.8",
"expo-linking": "~7.1.7",
"expo-router": "~4.0.22",
"expo-status-bar": "~2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion client/react-native/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@quanux/ui": "workspace:*",
"expo": "~52.0.48",
"expo-constants": "~17.0.8",
"expo-constants": "~17.1.8",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep expo-constants aligned with Expo SDK 52

Bumping expo-constants to ~17.1.8 here puts the React Native apps out of sync with the rest of the SDK 52 dependency graph: expo-router@4.0.22 still declares expo-constants: ~17.0.8 (pnpm-lock.yaml line 5110) and expo@52.0.48 still pulls expo-constants@17.0.8 (pnpm-lock.yaml line 13875). That creates a mixed/unsupported Expo module set (17.0.8 and 17.1.8 together), which is prone to Expo dependency-check failures and runtime native-module incompatibilities across mobile targets.

Useful? React with 👍 / 👎.

"expo-linking": "~7.1.7",
"expo-router": "~4.0.22",
"expo-status-bar": "~2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion client/react-native/tablet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@quanux/ui": "workspace:*",
"expo": "~52.0.48",
"expo-constants": "~17.0.8",
"expo-constants": "~17.1.8",
"expo-linking": "~7.1.7",
"expo-router": "~4.0.22",
"expo-status-bar": "~2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion client/react-native/vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@quanux/ui": "workspace:*",
"expo": "~52.0.48",
"expo-constants": "~17.0.8",
"expo-constants": "~17.1.8",
"expo-linking": "~7.1.7",
"expo-router": "~4.0.22",
"expo-status-bar": "~2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion client/react-native/wear/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@quanux/ui": "workspace:*",
"expo": "~52.0.48",
"expo-constants": "~17.0.8",
"expo-constants": "~17.1.8",
"expo-linking": "~7.1.7",
"expo-router": "~4.0.22",
"expo-status-bar": "~2.0.1",
Expand Down
84 changes: 42 additions & 42 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading