react-native-bidirectional-infinite-scroll icon indicating copy to clipboard operation
react-native-bidirectional-infinite-scroll copied to clipboard

Data page size must fill area in order for scroll, or events to work

Open dcssi opened this issue 4 years ago • 0 comments

Just for a test, I set my data fetch page size to 3. The three rows display, scrolling does not work since there is no need for it all content fits in the view. However this also prevents the events from firing so I will never load more data.

dcssi avatar Sep 30 '21 22:09 dcssi