Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

react native flatlist styled height fit content

// adding flexGrow: 0 to the flatList style worked for me, 
// so it will be:

flex-grow: 0;
// or
flatList: {
  flexGrow: 0
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #flatlist #styled #height #fit #content
ADD COMMENT
Topic
Name
1+8 =