aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/_layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--apps/mobile/app/dashboard/_layout.tsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/mobile/app/dashboard/_layout.tsx b/apps/mobile/app/dashboard/_layout.tsx
index bc743c7a..5717f711 100644
--- a/apps/mobile/app/dashboard/_layout.tsx
+++ b/apps/mobile/app/dashboard/_layout.tsx
@@ -67,6 +67,15 @@ export default function Dashboard() {
}}
/>
<Stack.Screen
+ name="bookmarks/[slug]/manage_tags"
+ options={{
+ headerTitle: "Manage Tags",
+ headerBackTitle: "Back",
+ headerTransparent: true,
+ presentation: "modal",
+ }}
+ />
+ <Stack.Screen
name="bookmarks/[slug]/manage_lists"
options={{
headerTitle: "Manage Lists",