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,7 +6,7 @@ import { StyleSheet, Text, View } from 'react-native';
6 6
 export default function App() {
7 7
   return (
8 8
     <View style={styles.container}>
9
-      <Text>"Hello"</Text>
9
+      <Text>"Hello world!"</Text>
10 10
       <StatusBar style="auto" />
11 11
     </View>
12 12
   );