react-native-htmlview
react-native-htmlview copied to clipboard
dynamically set height according to available content
I'm trying to show some text inside htmlview the length of text isn't fixed. Also there is no height specified inside the html content, and that's why the component shrinks to nothing.
Is there any way to dynamically set the height of the htmlview according to the content inside?