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 --- app/signin.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/signin.tsx (limited to 'app/signin.tsx') diff --git a/app/signin.tsx b/app/signin.tsx new file mode 100644 index 00000000..fbb59698 --- /dev/null +++ b/app/signin.tsx @@ -0,0 +1,13 @@ +import Logo from "@/components/Logo"; +import { TextInput, View } from "react-native"; + +export default function Signin() { + return ( + + + + + + + ); +} -- cgit v1.3-1-g0d28