react-native-bidirectional-infinite-scroll
react-native-bidirectional-infinite-scroll copied to clipboard
Data page size must fill area in order for scroll, or events to work
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.