react-native-html-render
react-native-html-render copied to clipboard
Line break inside paragraph should not be taken into account
Basically,
<p>This is something
nice</p>
should render as: This is something nice
.
instead of:
This is something
nice
Right now, the line break inside the paragraph is being taken into account, which is not valid.