SyntaxFix
Write A Post
Hire A Developer
Questions
You can use ellipsizeMode and numberOfLines. e.g
<Text ellipsizeMode='tail' numberOfLines={2}> This very long text should be truncated with dots in the beginning. </Text>
https://facebook.github.io/react-native/docs/text.html