Answers for "react native flatlist styled height fit content"

CSS
3

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
}
Posted by: Guest on February-18-2022

Code answers related to "react native flatlist styled height fit content"

Browse Popular Code Answers by Language