-
Notifications
You must be signed in to change notification settings - Fork 434
[Snyk] Security upgrade react-native from 0.76.9 to 0.81.0 #977
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: develop
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 |
|---|---|---|
|
|
@@ -80,7 +80,7 @@ | |
| "lodash": "^4.17.21", | ||
| "react": "18.3.1", | ||
| "react-hook-form": "^7.52.1", | ||
| "react-native": "0.76.9", | ||
| "react-native": "0.81.0", | ||
|
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.
Changing Useful? React with 👍 / 👎. |
||
| "react-native-audio-recorder-player": "^3.6.11", | ||
| "react-native-autoheight-webview": "^1.6.5", | ||
| "react-native-device-info": "^11.1.0", | ||
|
|
||
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.
Expo SDK 52 is built and published against React Native 0.76.x; bumping
react-nativeto 0.81.0 while keepingexpoat~52.0.46will cause peer-dependency resolution failures (and native build incompatibilities) duringpnpm install/expo prebuild, because the Expo packages still require 0.76.x. Please keep React Native at the SDK-supported version or upgrade the entire Expo SDK to a release that supports 0.81.x.Useful? React with 👍 / 👎.