Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to align text vertically center beside an image in react native

container :{
       justifyContent: 'center', //Centered horizontally
       alignItems: 'center', //Centered vertically
       flex:1
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #align #text #vertically #center #image #react #native
ADD COMMENT
Topic
Name
4+6 =