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