Fix blank web page: align react and react-dom versions

react resolved to 19.2.7 (via react-native) while react-dom was pinned to
19.2.3, causing React error #527 (version mismatch) and a blank page on web.
Pin both to 19.2.7. Native APK was unaffected.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Hank 2026-07-08 05:37:45 +00:00
parent dbc1ece1ee
commit dc39c41428
2 changed files with 8 additions and 7 deletions

View file

@ -24,7 +24,8 @@
"expo-router": "~57.0.4",
"expo-secure-store": "~57.0.0",
"expo-status-bar": "~57.0.0",
"react-dom": "19.2.3",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-web": "^0.21.2",