質問編集履歴

2

2016/08/05 08:20

投稿

randosel
randosel

スコア37

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  現在React-Nativeの写経
2
2
 
3
- をしているのですが、下記の</View>の下の行でエラーが出ます。
3
+ をしているのですが、下記の</View>の2個下の行でエラーが出ます。
4
4
 
5
5
 
6
6
 

1

m

2016/08/05 08:20

投稿

randosel
randosel

スコア37

test CHANGED
File without changes
test CHANGED
@@ -18,13 +18,13 @@
18
18
 
19
19
  <View style={styles.container}>
20
20
 
21
- <Text>
21
+ <Text>
22
22
 
23
- Days of the week:
23
+ Days of the week:
24
24
 
25
25
  </Text>
26
26
 
27
- {this.days()}
27
+ {this.days()}
28
28
 
29
29
  </View>
30
30