Skip to content

Commit

Permalink
fix: menu text on home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
bar61aros committed Nov 1, 2023
1 parent e6e76be commit 88ea223
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions App.js
Original file line number Diff line number Diff line change
@@ -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 (
<View style={styles.container}>
<Text>Open up App.js to start working on your app!</Text>
<Text>Fix Branch 🤙🏼</Text>
<StatusBar style="auto" />
</View>
);
Expand All @@ -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",
},
});

0 comments on commit 88ea223

Please sign in to comment.