-
Notifications
You must be signed in to change notification settings - Fork 329
Open
Labels
Description
Current behavior
I use base Flashlist component with onEndReached prop for pagination. It works as expected in v1, but in version v2(2.0.0-rc.12, 2.0.0-alpha.22) onEndReached calls infinitly at the end of list when there are no items left.
Expected behavior
onEndReached should calls only once at the end of list
To Reproduce
Platform:
- iOS
- Android
Environment
x.y.z
pdavid0, lh9403 and dtkelch