xxxxxxxxxx
style={[
styles.button,
{ backgroundColor: 'green' }
]}
xxxxxxxxxx
// use array of objects instead only object in style props
// to use multiple style
<Text style={[styles.red, styles.greenUnderline]}>Green underline</Text>