【发布时间】:2023-01-28 23:27:47
【问题描述】:
我正在研究 React Native“bar”开发应用程序。我没有设计应用程序的细节。但我想改变按钮颜色至少我试过这个。
<Button style={{ backgroundColor: 'black'}} onPress={() => regiao()} title="Entrar"> </Button>
还有其他一些东西,但孔按钮始终是蓝色的。
【问题讨论】:
标签: react-native button colors