React Native New Line Character
<Text>
Hi~{"\n"}
this is a test message.
</Text>
Murilo Martinatti
<Text>
Hi~{"\n"}
this is a test message.
</Text>
text = text.replace(/<br\s*\/?>/gi, "\n")