jsdf/react-native-htmlview

Getting Line Breaks on All html links, <strong> and <italic>

wayneprim90 opened this issue · 1 comments

I am implementing this on an expo app and am pulling data from google calendar api (specifically the event description) which comes in as an html string. When I use the HtmlView it makes line breaks for any and tags.

Closing this issue, I used the prop RootComponent={Text} to make sure it displays inline.