react-native-html-to-text
react-native-html-to-text copied to clipboard
Rendering new line?
How to render new line with this component? Must i use <br>? can't i just use normal line break (using enter key) to make a new line?
The code expects you to use P tag like DOM structure of HTML, you can also use tags that is listed as block level.