Template
Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { StatusBar } from 'expo-status-bar';
|
||||
import { Text, View } from 'react-native';
|
||||
|
||||
export default function DefaultScreen() {
|
||||
return (
|
||||
<View className="flex-1 bg-white items-center justify-center">
|
||||
<Text>Open up /src/screens/DefaultScreen.tsx to start working on your app!</Text>
|
||||
<StatusBar style="auto" />
|
||||
</View>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user