Comment placer une pause de ligne dans React Native

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