ErnestoOrtiz2 3 роки тому
джерело
коміт
30566e55a7
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      App.js

+ 1
- 1
App.js Переглянути файл

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