Open Seamus1989 opened 4 years ago
"This is one line \n and this should be another"
Still renders as one whole line with \n included in the UI.
\n
"react-native-markdown-renderer": "^3.2.8"
The workaround is to use \n \n
\n \n
"This is one line \n and this should be another"
Still renders as one whole line with
\n
included in the UI."react-native-markdown-renderer": "^3.2.8"