Update logo assets and pin React 19.1.0 versions

Add new SVG icon and logo variations for web app. Revert React
and React DOM to 19.1.0 to align with type definitions and
overrides. Remove privacy policy URL from mobile config and
disable hierarchical lookup in Metro bundler.
Pin React to 19.1.0 and add new logo assets
This commit is contained in:
2026-05-13 17:05:22 +02:00
parent d0e61ebdb0
commit 6c7d57106c
9 changed files with 516 additions and 1793 deletions
+2
View File
@@ -17,6 +17,8 @@
"typecheck:mobile": "npm run typecheck -w apps/mobile"
},
"overrides": {
"react": "19.1.0",
"react-dom": "19.1.0",
"react-test-renderer": "19.1.0"
}
}