how to automatically break line we we get \n in react js code example
Example: line break in react
This should do it:
<Text>
Hi~{"\n"}
this is a test message.
</Text>
This should do it:
<Text>
Hi~{"\n"}
this is a test message.
</Text>