I want to insert a new line (like \\r\\n, ) in a Text component in React Native.
If I have:
Hi~ this
Use \n in text and css white-space: pre-wrap;
\n
white-space: pre-wrap;