Skip to content
Open
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 example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"expo-status-bar": "~3.0.8",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native": "0.84.0",
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

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

This updates example/react-native to 0.84.0, but the repo’s root yarn.lock still pins the example workspace to react-native 0.81.4 and has no entry for 0.84.0. With CI running yarn install --immutable, the install will fail until yarn.lock is regenerated/committed for this dependency change.

Suggested change
"react-native": "0.84.0",
"react-native": "0.81.4",

Copilot uses AI. Check for mistakes.
"react-native-safe-area-context": "^5.6.1",
"react-native-web": "~0.21.2"
},
Expand Down