Text Truncation doesn't work in TouchableHighlight in a FlatList #25285
Labels
Bug
Component: FlatList
Component: TouchableHighlight
Stale
There has been a lack of activity on this issue and it may be closed soon.
React Native version:
0.59.1
Description
I've a basic component in which I have added support only for portrait mode inside my app, so I need the text truncated at the end of line, but text truncation doesn't seem to work with the
numberOfLines
prop forTouchableHighlight
in aFlatList
.Also please note I need
TouchableHighlight
since I want to navigate to different routes on press of theTouchableHighlight
.I'd expected the text to truncate at the end.
Please guide me with what's going wrong here.
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: