Skip to content

Commit 4f8e590

Browse files
committed
Update App.js
1 parent 1252b2f commit 4f8e590

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

App.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import { StyleSheet, Text, View } from 'react-native';
55
export default function App() {
66
return (
77
<View style={styles.container}>
8-
<Text>Open up App.js to start working on your app!</Text>
9-
<StatusBar style="auto" />
8+
109
</View>
1110
);
1211
}

0 commit comments

Comments
 (0)