Несколько стилей в Greact Native
// use array of objects instead only object in style props
// to use multiple style
<Text style={[styles.red, styles.greenUnderline]}>Green underline</Text>
Shirshak kandel