GetStream / react-native-bidirectional-infinite-scroll

📜 React Native - Bidirectional Infinite Smooth Scroll
https://getstream.github.io/react-native-bidirectional-infinite-scroll/
MIT License
236 stars 27 forks source link

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

Open dcssi opened 2 years ago

dcssi commented 2 years ago

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.