ErnestoOrtiz2 3 年之前
父節點
當前提交
30566e55a7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      App.js

+ 1
- 1
App.js 查看文件

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