Answers for "view style react native custom lines"

1

text number of lines react native

<Text numberOfLines={2} ellipsizeMode='tail'>
  long string
</Text>
Posted by: Guest on February-10-2021
0

how to write sepearet styles in single line in react native

<TouchableHighlight style={[styles.button,{ backgroundColor: '#f00'}]}
Posted by: Guest on June-02-2021

Code answers related to "view style react native custom lines"

Code answers related to "Javascript"

Browse Popular Code Answers by Language