From f8efbe95e6350bdc27fc063128a7bdf09971ec97 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Sat, 3 Jan 2026 11:07:01 -0500 Subject: [PATCH] bug fixed --- apps/mobile/app/index.tsx | 96 ++++++++++++++++++++------------------- package.json | 4 ++ 2 files changed, 53 insertions(+), 47 deletions(-) diff --git a/apps/mobile/app/index.tsx b/apps/mobile/app/index.tsx index acdd2eee..0a80a483 100644 --- a/apps/mobile/app/index.tsx +++ b/apps/mobile/app/index.tsx @@ -20,56 +20,58 @@ export default function HomeScreen() { return ( - - - - Linkwarden - - - - - Welcome to the official mobile app for Linkwarden! - + + + + + Linkwarden + + + + + Welcome to the official mobile app for Linkwarden! + - - Expect regular improvements and new features as we continue refining - the experience. - + + Expect regular improvements and new features as we continue refining + the experience. + + + + + + + + SheetManager.show("support-sheet")} + > + Need help? + + - - - - - - SheetManager.show("support-sheet")} - > - Need help? - - ); } diff --git a/package.json b/package.json index 5b500f5c..3fbb67a1 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,10 @@ "format": "yarn workspaces run format", "postinstall": "yarn workspace @linkwarden/web run postinstall && patch-package" }, + "resolutions": { + "@types/react": "18.3.1", + "@types/react-dom": "18.3.1" + }, "devDependencies": { "dotenv-cli": "^8.0.0" },