From cf8bacf17146db312d450d7c7c582248ec6d06cb Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 7 Jul 2023 17:32:29 +0200 Subject: [PATCH] init project --- App.js | 12 ++++++------ src/Pages/Home/index.js | 0 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 src/Pages/Home/index.js diff --git a/App.js b/App.js index 09f879b..dbb0fa0 100644 --- a/App.js +++ b/App.js @@ -1,10 +1,10 @@ -import { StatusBar } from 'expo-status-bar'; -import { StyleSheet, Text, View } from 'react-native'; +import { StatusBar } from "expo-status-bar"; +import { StyleSheet, Text, View } from "react-native"; export default function App() { return ( - Open up App.js to start working on your app! + Open up App.js to start working on your apptest! ); @@ -13,8 +13,8 @@ export default function App() { const styles = StyleSheet.create({ container: { flex: 1, - backgroundColor: '#fff', - alignItems: 'center', - justifyContent: 'center', + backgroundColor: "#fff", + alignItems: "center", + justifyContent: "center", }, }); diff --git a/src/Pages/Home/index.js b/src/Pages/Home/index.js new file mode 100644 index 0000000..e69de29