From 7a3111c6b35b000bab7faadf63dbabcfcfa5c4a0 Mon Sep 17 00:00:00 2001 From: kashaf-ansari-dev Date: Fri, 31 Jul 2026 13:07:16 +0500 Subject: [PATCH 1/2] mobile: improve skip & go directly to app Signed-off-by: kashaf-ansari-dev --- apps/mobile/app/components/auth/header.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/apps/mobile/app/components/auth/header.tsx b/apps/mobile/app/components/auth/header.tsx index 37357fe0c..e8597a4ae 100644 --- a/apps/mobile/app/components/auth/header.tsx +++ b/apps/mobile/app/components/auth/header.tsx @@ -24,6 +24,8 @@ import { Button } from "../ui/button"; import { IconButton } from "../ui/icon-button"; import { hideAuth } from "./common"; import { AuthParams } from "../../stores/use-navigation-store"; +import { strings } from "@notesnook/intl"; +import { presentDialog } from "../dialog/functions"; export const AuthHeader = (props: { welcome?: boolean }) => { const { colors } = useThemeColors(); const route = useRoute(); @@ -56,18 +58,18 @@ export const AuthHeader = (props: { welcome?: boolean }) => { {!props.welcome ? null : (