質問編集履歴

2

import { Input} from 'native-base'; を追加

2020/01/30 05:51

投稿

Tatsurou
Tatsurou

スコア81

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,10 @@
15
15
  以下、ソース
16
16
 
17
17
  ```ここに言語を入力
18
+
19
+ import { Input} from 'native-base';
20
+
21
+
18
22
 
19
23
  <Input
20
24
 

1

styleを修正 inputからhogeに

2020/01/30 05:51

投稿

Tatsurou
Tatsurou

スコア81

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- input: {
31
+ hoge: {
32
32
 
33
33
  backgroundColor: 'white',
34
34