-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Security upgrade react-native from 0.42.3 to 0.69.12 #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ | |
| }, | ||
| "dependencies": { | ||
| "react": "15.4.2", | ||
| "react-native": "0.42.3", | ||
| "react-native": "0.69.12", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Start script path no longer exists in react-nativeThe There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Postinstall uses deprecated react-native link commandThe There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Deprecated babel preset incompatible with react-native 0.69The There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. react-test-renderer version mismatches required React versionThe |
||
| "react-native-webview-bridge": "../.." | ||
| }, | ||
| "devDependencies": { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
React version incompatible with upgraded react-native
The
react-nativeupgrade from 0.42.3 to 0.69.12 creates a version incompatibility. React Native 0.69 requires React 18.x, butreactremains at version 15.4.2. This mismatch will cause the application to fail at runtime since React Native 0.69 relies on React 18 features and APIs that don't exist in React 15.