Answers for "/n text react native"

6

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
0

react native text ellipsis

<Text numberOfLines={1} ellipsizeMode='end'}>
Posted by: Guest on May-10-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language