Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native text align vertical center

<View style={{justifyContent: 'center'}}>
   <Text>Vertically Centered Text</Text>
</View>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #text #align #vertical #center
ADD COMMENT
Topic
Name
2+7 =