Answers for "add line break in text component"

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

new line in p tag react

<br />
Posted by: Guest on May-11-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language