aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/_layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/app/_layout.tsx')
-rw-r--r--apps/mobile/app/_layout.tsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/mobile/app/_layout.tsx b/apps/mobile/app/_layout.tsx
index 1e6128c7..3f9e5575 100644
--- a/apps/mobile/app/_layout.tsx
+++ b/apps/mobile/app/_layout.tsx
@@ -64,6 +64,14 @@ export default function RootLayout() {
/>
<Stack.Screen name="sharing" />
<Stack.Screen
+ name="server-address"
+ options={{
+ title: "Server Address",
+ headerShown: true,
+ presentation: "modal",
+ }}
+ />
+ <Stack.Screen
name="test-connection"
options={{
title: "Test Connection",