From f1d86812e9a045b474f4a1c8cd3621fe17b8b806 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 13 Mar 2024 00:58:37 +0000 Subject: mobile: Introduce a tab layout and move the sharing page into a modal --- packages/mobile/app/dashboard/_layout.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 packages/mobile/app/dashboard/_layout.tsx (limited to 'packages/mobile/app/dashboard/_layout.tsx') diff --git a/packages/mobile/app/dashboard/_layout.tsx b/packages/mobile/app/dashboard/_layout.tsx new file mode 100644 index 00000000..590c82b1 --- /dev/null +++ b/packages/mobile/app/dashboard/_layout.tsx @@ -0,0 +1,9 @@ +import { Stack } from "expo-router/stack"; + +export default function Dashboard() { + return ( + + + + ); +} -- cgit v1.2.3-70-g09d2