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 @@ -13,7 +13,7 @@
"dependencies": {
"@react-native/new-app-screen": "0.83.0",
"react": "19.2.3",
"react-native": "0.83.0",
"react-native": "0.84.0",
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

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

This bumps react-native to 0.84.0 in the workspace manifest, but the repo’s yarn.lock still resolves react-native to 0.83.0 (including for react-native-sensitive-info-example@workspace:example). As-is, CI/builds that rely on the committed lockfile won’t actually pick up 0.84.0 and the vulnerability fix may not apply. Please run yarn install (or the project’s standard install command) and commit the updated yarn.lock so it resolves react-native@0.84.0 for the example workspace (and ensure workspace constraints, e.g. root package.json, don’t keep it pinned to 0.83.x).

Copilot uses AI. Check for mistakes.
"react-native-nitro-modules": "0.31.10",
Comment on lines 14 to 17
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

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

After updating react-native to 0.84.0, this package.json still pins several React Native template/tooling packages to 0.83.0 (e.g. @react-native/new-app-screen here, and @react-native/* devDependencies below). Mixing these versions is likely to cause upgrade/Metro/Babel config inconsistencies. Consider upgrading the associated @react-native/* packages to their 0.84.x counterparts (or re-running the React Native upgrade/template update process) so the example app dependencies stay in sync.

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