I want to insert a new line (like \\r\\n, ) in a Text component in React Native.
If I have:
Hi~ this
Just put {'\n'} within the Text tag
{'\n'}
Hello {'\n'} World!