hyochan / hyochan/react-native-masonry-list
onEndReached not getting called
Open
💬 discussion
- Dominant language
- TypeScript
- Stars
- 437
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
when there is not enough content to cover the whole screen then onEndReached is not getting fired unlike flatlist where onEndReached gets called if content is not covering whole screen. onEndReached gets fired only after user scrolls. i tried passing onEndReachedThreshold also.
**To Reproduce**
keep content small that does not cover whole screen on first page of pagination
**Expected behavior**
onEndReached should get fired even if content is not covering whole screen
**Smartphone (please complete the following information):**
both android and iOS
Contributor guide
Assessment
This issue has not been assessed yet.