I want to insert a new line (like \\r\\n, ) in a Text component in React Native.
If I have:
Hi~ this
This worked for me
{`Hi~\nthis is a test message.`}
(react-native 0.41.0)