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 @@ -7,7 +7,7 @@
},
"dependencies": {
"react": "^15.4.2",
"react-native": "^0.40.0",
"react-native": "^0.69.12",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incompatible React version for react-native 0.69

High Severity

Upgrading react-native to ^0.69.12 without updating react from ^15.4.2 creates a peer dependency conflict. react-native 0.69 requires react@18.0.0, but the react dependency is still at version 15. This will cause installation failures or runtime crashes since the two packages are fundamentally incompatible across three major versions.

Additional Locations (1)

Fix in Cursor Fix in Web

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Start script references removed CLI path

High Severity

The start script references react-native/local-cli/cli.js, which no longer exists in react-native 0.69.x. The CLI was extracted to the @react-native-community/cli package as part of the Lean Core effort. Running npm start will fail with a "module not found" error.

Additional Locations (1)

Fix in Cursor Fix in Web

"rn-splash-screen": "^3.0.0"
}
}