-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Security upgrade react-native from 0.50.1 to 0.69.12 #37
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 |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
| }, | ||
| "dependencies": { | ||
| "react": "16.0.0", | ||
| "react-native": "0.50.1", | ||
| "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 references nonexistent CLI pathThe start script references Additional Locations (1)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 Additional Locations (1) |
||
| "react-native-passcode-auth": "0.1.0", | ||
| "react-native-touch-id": "../.." | ||
| }, | ||
|
|
||
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
Upgrading
react-nativefrom0.50.1to0.69.12introduces a peer dependency incompatibility. React Native 0.69 requires React 18.x, but thereactdependency remains at version16.0.0. This will cause npm/yarn installation failures or runtime errors due to API differences between React 16 and React 18. Thereact-test-rendererat16.0.0also needs to be updated to match.Additional Locations (1)
examples/BiometricAuthExample/package.json#L9-L10