I am using react-native with a limited number of lines, that are shown as '...' using
<Text numberOfLines={4}> {myText} </Text>
Now my issue is, if the text is cut off I would like to show it some special image, to navigate to a new view. I am wondering whether there is a property i can use to test if the text is being cut off?