From f14c6f43c386fde627d786cf695c63eb1feab09a Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 10 Mar 2024 23:06:49 +0000 Subject: prep: Install lucide react native --- components/Logo.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 components/Logo.tsx (limited to 'components') diff --git a/components/Logo.tsx b/components/Logo.tsx new file mode 100644 index 00000000..8b1d0654 --- /dev/null +++ b/components/Logo.tsx @@ -0,0 +1,11 @@ +import { PackageOpen } from "lucide-react-native"; +import { View, Text } from "react-native"; + +export default function Logo() { + return ( + + + Hoarder + + ); +} -- cgit v1.2.3-70-g09d2