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

Views nested within a <Text> must have a width and height

Open jiasongs opened this issue 7 years ago • 3 comments

What is the problem

jiasongs avatar Jan 08 '18 02:01 jiasongs

This was happening for me because I was wrapping my html in container tags

mmmattmorris avatar Mar 29 '18 21:03 mmmattmorris

same issues

minhphung210 avatar Jun 15 '18 04:06 minhphung210

You need to provide the size of the container if you package the html view in it

ngocdh383 avatar Feb 26 '20 03:02 ngocdh383