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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"expo-web-browser": "~12.8.2",
"formik": "^2.4.3",
"react": "18.3.1",
"react-native": "0.82.1",
"react-native": "0.83.0",

Choose a reason for hiding this comment

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

high

This automated upgrade to react-native@0.83.0 introduces a high risk of breaking changes and incompatibilities with other dependencies. Minor version bumps in React Native's 0.x series are frequently not backward-compatible.

Key dependencies that might be affected include:

  • expo
  • @react-navigation/*
  • react-native-gesture-handler
  • react-native-reanimated
  • react-native-screens

Incompatibilities can cause build failures or runtime crashes. Before merging, it's crucial to conduct comprehensive testing across all platforms and update any dependent packages as needed. The React Native Upgrade Helper, linked in the PR description, is a valuable resource for identifying necessary code modifications, particularly with the New Architecture enabled in this project.

"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "~2.29.1",
"react-native-paper": "^5.10.1",
Expand Down