react-native-html-to-text icon indicating copy to clipboard operation
react-native-html-to-text copied to clipboard

Rendering new line?

Open andreechristian opened this issue 8 years ago • 1 comments

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?

andreechristian avatar Apr 19 '17 14:04 andreechristian

The code expects you to use P tag like DOM structure of HTML, you can also use tags that is listed as block level.

iagordevsquad avatar May 18 '18 00:05 iagordevsquad