Description: package.json lists React v19, but React Native v0.79. This significant version difference might lead to compatibility problems with shared components, hooks, or third-party libraries that expect consistent React versions.
Suggestion: Investigate if this discrepancy causes any runtime errors or unexpected behaviour, especially if components/logic are shared between web and native platforms. Evaluate the feasibility and impact of upgrading React Native.
Files: package.json, potentially any shared components/logic.
Description: package.json lists React v19, but React Native v0.79. This significant version difference might lead to compatibility problems with shared components, hooks, or third-party libraries that expect consistent React versions.
Suggestion: Investigate if this discrepancy causes any runtime errors or unexpected behaviour, especially if components/logic are shared between web and native platforms. Evaluate the feasibility and impact of upgrading React Native.
Files: package.json, potentially any shared components/logic.