質問編集履歴

3

誤字の修正

2019/06/21 14:51

投稿

sabx
sabx

スコア200

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,8 @@
17
17
  ```
18
18
 
19
19
  import React, { Component } from 'react';
20
+
21
+ import { Text } from 'react-native';
20
22
 
21
23
 
22
24
 

2

誤字

2019/06/21 14:51

投稿

sabx
sabx

スコア200

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  return(
44
44
 
45
- <Text>{this.state.preferences[0]['Tokyo']</Text>
45
+ <Text>{this.state.preferences[0]['Tokyo']}</Text>
46
46
 
47
47
  );
48
48
 

1

タグの追加

2019/06/21 14:35

投稿

sabx
sabx

スコア200

test CHANGED
File without changes
test CHANGED
File without changes