From 3616e1aa7c1da030f5155e4fffa5c3c0b9769e8c Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 10 Mar 2024 22:22:29 +0000 Subject: prep: Setup expo router --- App.tsx | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 App.tsx (limited to 'App.tsx') diff --git a/App.tsx b/App.tsx deleted file mode 100644 index c6131fa0..00000000 --- a/App.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import { StatusBar } from "expo-status-bar"; -import { StyleSheet, Text, View } from "react-native"; - -export default function App() { - return ( - - Open up App.tsx to start working on your app! - - - ); -} - -const styles = StyleSheet.create({ - container: { - flex: 1, - backgroundColor: "#fff", - alignItems: "center", - justifyContent: "center", - }, -}); -- cgit v1.3-1-g0d28