ErnestoOrtiz2 hace 3 años
padre
commit
30566e55a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      App.js

+ 1
- 1
App.js Ver fichero

@@ -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
   );