I want to insert a new line (like \\r\\n, ) in a Text component in React Native.
If I have:
Hi~ this
If at all you are displaying data from state variables, use this.
{this.state.user.bio.replace('', '\n')}