saleel / react-native-super-grid

Responsive Grid View for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite Scroll support

AstroCorp opened this issue · comments

This component pass all extra props to FlatList. So you can probably use onEndReached method and update the items you pass to FlatGrid based on that.