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" },