how to place a line break in react native

JavaScript
you need use {'\n'} as line breaks in text component, whenever you need to add line break in react native application
Source

Also in JavaScript: