From e40a18132119a90d9b4bf035ecf741b930342688 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 13 Mar 2024 16:03:13 +0000 Subject: mobile: Add support for manually adding bookmarks --- packages/mobile/app/dashboard/(tabs)/index.tsx | 28 +++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'packages/mobile/app/dashboard/(tabs)') diff --git a/packages/mobile/app/dashboard/(tabs)/index.tsx b/packages/mobile/app/dashboard/(tabs)/index.tsx index 07516f3b..b2349525 100644 --- a/packages/mobile/app/dashboard/(tabs)/index.tsx +++ b/packages/mobile/app/dashboard/(tabs)/index.tsx @@ -1,5 +1,31 @@ +import { Link, Stack } from "expo-router"; +import { SquarePen, Link as LinkIcon } from "lucide-react-native"; +import { View } from "react-native"; + import BookmarkList from "@/components/bookmarks/BookmarkList"; +function HeaderRight() { + return ( + + + + + + + + + ); +} + export default function Home() { - return ; + return ( + <> + , + }} + /> + + + ); } -- cgit v1.2.3-70-g09d2