Answers for "line break react antive"

9

how to place a line break in react native

you need use {'\n'} as line breaks in text component, whenever you need to add line break in react native application
Posted by: Guest on July-22-2020
2

line break in react

This should do it:

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language