Last updated 5 years ago
Was this helpful?
原生的按鈕沒有background,且color行為在android和ios不同
所以我們可用其他第三方組件
ex:
<Button containerStyle={{padding:10, height:45, overflow:'hidden', borderRadius:4, backgroundColor: 'yellow'}} style={{fontSize: 20, color: 'green'}}> Press me! </Button>