aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/_layout.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-09-22 02:17:43 +0100
committerMohamedBassem <me@mbassem.com>2024-09-22 02:17:43 +0100
commit5fe330cd79be034e41f9c5181455e50e8c2fc5c1 (patch)
tree6bedc00f3c6bb38f2132cd325be4df95eb819cf8 /apps/mobile/app/_layout.tsx
parent26521b70a79c42442f44c8053590bbb8c5e5f1b1 (diff)
downloadkarakeep-5fe330cd79be034e41f9c5181455e50e8c2fc5c1.tar.zst
feature(mobile): Allow users to login with API keys in the mobile app
Diffstat (limited to 'apps/mobile/app/_layout.tsx')
-rw-r--r--apps/mobile/app/_layout.tsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/mobile/app/_layout.tsx b/apps/mobile/app/_layout.tsx
index 677a0638..5eadad80 100644
--- a/apps/mobile/app/_layout.tsx
+++ b/apps/mobile/app/_layout.tsx
@@ -52,6 +52,16 @@ export default function RootLayout() {
}}
>
<Stack.Screen name="index" />
+ <Stack.Screen
+ name="signin"
+ options={{
+ headerShown: true,
+ headerBackVisible: true,
+ headerBackTitle: "Back",
+ title: "",
+ }}
+ />
+ <Stack.Screen name="server-address" />
<Stack.Screen name="sharing" />
<Stack.Screen
name="test-connection"