text number of lines react native

JavaScript
<Text numberOfLines={2} ellipsizeMode='tail'>
  long string
</Text>
Source

Also in JavaScript: