react-native-htmlview
react-native-htmlview copied to clipboard
<div> not break lines
I have meet this problem, the html code
<div style="font-family: verdana, sans-serif; word-wrap: break-word;">As
<div>A</div>
<div>As</div>
<div>A</div>
<div>As</div>
<div><br></div>
<div>As</div>
<div>D</div>
<div>As</div>
<div>D</div>
<div>A</div>
<div>As</div>
<div><br></div>
<div>A</div>
<div>D</div>
<div>A</div>
<div>A</div>
<div>D</div>
<div><br></div>
</div>
but showed in this
and in brower
how to reslove this problem?
thanks a lot.