Answers for "line break in react"

0

line break in react

This should do it:

<Text>
Hi~{"\n"}
this is a test message.
</Text>
Posted by: Guest on March-09-2021
0

new line in react js

<Text>
Hi~{"\n"}
this is a test message.
</Text>
Posted by: Guest on June-03-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language