ErnestoOrtiz2 3 years ago
parent
commit
30566e55a7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      App.js

+ 1
- 1
App.js View File

6
 export default function App() {
6
 export default function App() {
7
   return (
7
   return (
8
     <View style={styles.container}>
8
     <View style={styles.container}>
9
-      <Text>"Hello"</Text>
9
+      <Text>"Hello world!"</Text>
10
       <StatusBar style="auto" />
10
       <StatusBar style="auto" />
11
     </View>
11
     </View>
12
   );
12
   );