react-native-htmlview icon indicating copy to clipboard operation
react-native-htmlview copied to clipboard

dynamically set height according to available content

Open mixmaker opened this issue 3 years ago • 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?

mixmaker avatar May 19 '22 15:05 mixmaker