jsdf / react-native-htmlview

A React Native component which renders HTML content as native views
ISC License
2.71k stars 467 forks source link

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

Closed wayneprim90 closed 4 years ago

wayneprim90 commented 4 years ago

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.

wayneprim90 commented 4 years ago

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