saleel/react-native-super-grid

I want a prop to achieve lazy load data

Closed this issue · 2 comments

YqxLzx commented

Execute a function when the scroll bar is a certain distance from the bottom. Sorry, I didn't see a similar function in the document.

saleel commented

FlatGrid is on top of FlatList - so you should be able to use onScroll event to handle this.

YqxLzx commented