diff options
Diffstat (limited to 'packages/mobile/app/dashboard/_layout.tsx')
| -rw-r--r-- | packages/mobile/app/dashboard/_layout.tsx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/mobile/app/dashboard/_layout.tsx b/packages/mobile/app/dashboard/_layout.tsx index 4dd03d95..ff2384d2 100644 --- a/packages/mobile/app/dashboard/_layout.tsx +++ b/packages/mobile/app/dashboard/_layout.tsx @@ -19,6 +19,20 @@ export default function Dashboard() { title: "🗄️ Archive", }} /> + <Stack.Screen + name="add-link" + options={{ + title: "New link", + presentation: "modal", + }} + /> + <Stack.Screen + name="add-note" + options={{ + title: "New Note", + presentation: "modal", + }} + /> </Stack> ); } |
