Quebra de linha no React
This should do it:
<Text>
Hi~{"\n"}
this is a test message.
</Text>
Santino
This should do it:
<Text>
Hi~{"\n"}
this is a test message.
</Text>
<br />
<Text>
Hi~{"\n"}
this is a test message.
</Text>