From b5fb0a1978eaa3d1fc6457a8c9b70741b65c2c66 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Mon, 11 Mar 2024 00:15:36 +0000 Subject: feature(mobile): A reasonablly looking signin form --- app/signin.tsx | 22 +++++++++++++++------- babel.config.js | 2 +- components/Logo.tsx | 12 ++++++------ components/ui/Button.tsx | 2 +- components/ui/Input.tsx | 32 ++++++++++++++++---------------- lib/utils.ts | 4 ++-- 6 files changed, 41 insertions(+), 33 deletions(-) diff --git a/app/signin.tsx b/app/signin.tsx index 641d1b97..cc8dde79 100644 --- a/app/signin.tsx +++ b/app/signin.tsx @@ -1,16 +1,24 @@ +import { View, Text } from "react-native"; + 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() { return ( - - - - -