eslint and prettier setup
This commit is contained in:
committed by
GitHub
parent
07ab94fa4e
commit
170520244c
@@ -5,9 +5,7 @@ import { SafeAreaView } from "react-native-safe-area-context";
|
||||
export default function HomeScreen() {
|
||||
return (
|
||||
<SafeAreaView className="flex-1 items-center justify-center bg-white">
|
||||
<Text className="text-red-500">
|
||||
Open up App folder to start working on your app!
|
||||
</Text>
|
||||
<Text className="text-red-500">Uber Clone</Text>
|
||||
|
||||
<StatusBar style="auto" />
|
||||
</SafeAreaView>
|
||||
|
||||
Reference in New Issue
Block a user