From 31a8d46644606fe5778677d78c137decf5f5da45 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Mon, 11 Mar 2024 00:08:35 +0000 Subject: prep: Setup nativecn-ui --- app/signin.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/signin.tsx') diff --git a/app/signin.tsx b/app/signin.tsx index fbb59698..641d1b97 100644 --- a/app/signin.tsx +++ b/app/signin.tsx @@ -1,4 +1,6 @@ import Logo from "@/components/Logo"; +import { Button } from "@/components/ui/Button"; +import { Input } from "@/components/ui/Input"; import { TextInput, View } from "react-native"; export default function Signin() { @@ -6,7 +8,8 @@ export default function Signin() { - + +