Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Make Text Center In React-Native

<View style={{flex: 1, alignItems:'center', justifyContent:'center'}}>
    <Text>This is a screen</Text>
  </View>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Make #Text #Center #In
ADD COMMENT
Topic
Name
1+9 =