I've tried many ways to get title or subTitle to wrap but have been unsuccessful (e.g. flexGrow, containerStyle...) Long lines of text in title or subtitle always show an ellipsis instead of wrapping.

I have some long text that I want to wrap so that it's all visible in the ListItem. Is this possible with react-native-elements?
Since wrapping <Text> is the default in React Native, it seems to me there must be code to disable wrapping, that perhaps could be disabled so wrapping is re-enabled.
Using ^0.16.0.
The Text component lines work according to the numberOfLines prop. In our case you can use the titleNumberOfLines and subtitleNumberOfLines.
Here's an example of it. https://snack.expo.io/rJs0FdEjb
Closing this as inactive as there's been no activity for over 30 days. If the example provided didn't work for you on the latest version of react-native-elements then ping me to reopen or create a new issue.
Thanks.
Yes, it did work - sorry for not responding. Thanks!
Most helpful comment
The Text component lines work according to the
numberOfLinesprop. In our case you can use thetitleNumberOfLinesandsubtitleNumberOfLines.Here's an example of it. https://snack.expo.io/rJs0FdEjb