react-native-htmlview
react-native-htmlview copied to clipboard
Empty area where defined a custom renderNode
I have a custom renderNode
for <ul>
and <li>
and it is working fine when running on a simulator.
If I build a release version on a real device, the same <ul>
and <li>
were not visible. I tried to figure out the bad lines, but nothing helped.
Somebody ever experienced the same?
Tested on iOS with ReactNative: 0.55.4
I'm having the same problem here, I have tried to change the lineheight as was suggested but still dont working
Any update on this?
Don't know, I am using this now since a while: https://github.com/archriss/react-native-render-html
Try to set margin:0 padding:0
for that custome node renderer
Don't know, I am using this now since a while: https://github.com/archriss/react-native-render-html This module uses
WebView
.
And you don't want to use that because of the WebView implementation @club9822?
And you don't want to use that because of the WebView implementation @club9822?
yes