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

3

我已经看到你的代码,我试图找到你的答案。您可以在代码中使用该<Text>标签,并且在此标签内,您可以将组件放置在<Text>带有 {``} 大括号和反引号的标签中。您可以将代码放在反引号中,这将起作用。如果您在此答案中遇到麻烦,请随时再次询问。如果对您有帮助,请尝试此方法。谢谢你。

于 2020-02-22T13:09:00.050 回答