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/index.tsx | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'app/index.tsx') diff --git a/app/index.tsx b/app/index.tsx index c6131fa0..e352ba54 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -1,20 +1,12 @@ -import { StatusBar } from "expo-status-bar"; -import { StyleSheet, Text, View } from "react-native"; +import { Link } from "expo-router"; +import { View } from "react-native"; export default function App() { return ( - - Open up App.tsx to start working on your app! - + + + Signin + ); } - -const styles = StyleSheet.create({ - container: { - flex: 1, - backgroundColor: "#fff", - alignItems: "center", - justifyContent: "center", - }, -}); -- cgit v1.3-1-g0d28