diff --git a/App.js b/App.js index 09f879b..8c04a13 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! + Fix Branch 🤙🏼 ); @@ -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", }, });