Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native flatlist container style

<FlatList
    contentContainerStyle={{flexGrow: 1, justifyContent: 'center'}}
    //... other props
/>
 
PREVIOUS NEXT
Tagged: #react #native #flatlist #container #style
ADD COMMENT
Topic
Name
5+4 =