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 apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"nativewind": "^4.1.23",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native": "0.83.1",
Copy link

Choose a reason for hiding this comment

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

react-native@0.83.1 declares a peer dependency on react: ^19.2.0 (see the updated pnpm-lock.yaml), but this app is still pinned to react: 19.1.0/react-dom: 19.1.0. That mismatch will typically produce peer warnings (and could be a source of subtle incompatibilities); this also applies to packages/ui in this PR.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

"react-native-css-interop": "^0.2.1",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/react": "^19.1.0",
"react": "^19.1.0",
"react-native": "^0.81.0",
"react-native": "^0.83.1",
"react-native-safe-area-context": "^5.6.0",
"typescript": "^5.9.0",
"vitest": "^2.0.0"
Expand Down
Loading
Loading