Answers for "textalign center react native"

0

align text center react native

<View style={{flex: 1,textAlign: 'center',alignItems: 'center', textAlignVertical: 'center' }}>
Posted by: Guest on December-24-2020
0

how to put text in the center react native

textAlign: 'center'
Posted by: Guest on June-09-2021
0

align text into center of container react native

textAlign: 'center'
Posted by: Guest on October-15-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language