jsdf/react-native-htmlview

dynamically set height according to available content

mixmaker opened this issue · 0 comments

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?