DEV Community

skptricks
skptricks

Posted on

Multi-Line Text / Break Text in React Native

Source : Multi-Line Text / Break Text in React Native

This tutorial explains how to add multi-line text/break text in react native application. This is very simple and easy as well. you need use {'\n'} as line breaks in text component, whenever you need to add line break in react native application.

Click here to read more

Top comments (0)