react-native-render-html
react-native-render-html copied to clipboard
Display: inline with RenderHTML
Is there anyway I can achieve the same UI on RenderHTML like Webview? I think "display: inline" is what I need but RenderHTML only support display: "flex" / "none". When the text is too long and break line, the background color only appears on text with Webview.
Thanks!