jsdf/react-native-htmlview

Line breaks are added for every tag, even after disabling

akshit5230 opened this issue · 1 comments

Hello!
so the html i provided was something like
<b>this is bold</b> <i>this is italic</i> <u>this is underline</u>
and it renders as:

this is bold

this is italic

this is underline

Okay I figured it out myself
to make it in one line you'll have to replace the root component which is by default a <View> to <Text> Component