saleel / react-native-super-grid

Responsive Grid View for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have grid take up height of content

jackHedaya opened this issue · comments

Is there a way for a FlatList grid to take up the full height of its content and not scroll?

Wrapping my grid in a ScrollView resolved this issue for any who are also curious. Definitely still things to learn with FlexBox :)