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 Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lodash": "^4.17.20",
"react": "16.13.1",
"react-coin-icon": "^0.1.19",
"react-native": "0.63.2",
"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.

🚩 Potential peer dependency compatibility concerns with react-native upgrade

The react-native version is being bumped from 0.63.2 to 0.69.12 — a jump across 6 minor versions — but no other dependencies in the Example app are updated. Several dependencies like react-native-reanimated (^2.0.0-alpha.7), react-native-gesture-handler (^1.7.0), and react (16.13.1) may not be compatible with RN 0.69, which typically expects React 18. The metro-react-native-babel-preset at ^0.63.0 may also be mismatched. This could cause build or runtime failures in the Example app, though since this is just an example project it wouldn't affect library consumers.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

"react-native-gesture-handler": "^1.7.0",
"react-native-haptic-feedback": "^1.10.0",
"react-native-reanimated": "^2.0.0-alpha.7",
Expand Down
Loading
Loading