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 @@ -8,7 +8,7 @@
},
"dependencies": {
"react": "16.8.3",
"react-native": "0.59.9"
"react-native": "0.69.12"
Copy link

Copilot AI Jan 23, 2026

Choose a reason for hiding this comment

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

The react-test-renderer version (16.8.3) must match the React version. When React is upgraded to version 18.x to be compatible with React Native 0.69.12, react-test-renderer should also be updated to the same 18.x version.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Jan 23, 2026

Choose a reason for hiding this comment

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

The metro-react-native-babel-preset version (^0.51.1) is incompatible with React Native 0.69.12. This package should be updated to a version compatible with React Native 0.69, which would be around ^0.72.x or higher. Using an outdated babel preset will cause build failures.

Copilot uses AI. Check for mistakes.
Comment on lines 10 to +11
Copy link

Copilot AI Jan 23, 2026

Choose a reason for hiding this comment

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

Upgrading React Native from 0.59.9 to 0.69.12 requires updating the React version from 16.8.3 to 18.x. React Native 0.69.x has a peer dependency on React 18.0.0 or higher. The current React version (16.8.3) is incompatible and will cause runtime errors.

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"@babel/core": "^7.3.3",
Expand Down
Loading