0

アプリのボタン コンポーネントを作成しました。

これが私のコードです

 <TouchableOpacity 
 style={{ width: 200, height: 40, backgroundColor: '#000', justifyContent: 
 'center', alignSelf: 'center' }}>
  <Text style={{ color: '#ffffff', justifyContent: 'center', alignSelf: 
  'center'}}>
    Button
  </Text>
 </TouchableOpacity

ここに画像の説明を入力

i want to see second output not the first one

4

1 に答える 1