init project

main
alex 2023-07-07 17:32:29 +02:00
parent b3c404c01d
commit cf8bacf171
2 changed files with 6 additions and 6 deletions

12
App.js
View File

@ -1,10 +1,10 @@
import { StatusBar } from 'expo-status-bar'; import { StatusBar } from "expo-status-bar";
import { StyleSheet, Text, View } from 'react-native'; import { StyleSheet, Text, View } from "react-native";
export default function App() { export default function App() {
return ( return (
<View style={styles.container}> <View style={styles.container}>
<Text>Open up App.js to start working on your app!</Text> <Text>Open up App.js to start working on your apptest!</Text>
<StatusBar style="auto" /> <StatusBar style="auto" />
</View> </View>
); );
@ -13,8 +13,8 @@ export default function App() {
const styles = StyleSheet.create({ const styles = StyleSheet.create({
container: { container: {
flex: 1, flex: 1,
backgroundColor: '#fff', backgroundColor: "#fff",
alignItems: 'center', alignItems: "center",
justifyContent: 'center', justifyContent: "center",
}, },
}); });

0
src/Pages/Home/index.js Normal file
View File