react-native-htmlview
react-native-htmlview copied to clipboard
can you show me an example of using numberOfLines
<HTMLView
value={html}
rootComponentProps={{
numberOfLines: 4
}}
/>
nodeComponentProps={{numberOfLines: 1}}
I think this needs to be updated in documentation for easier visibility.