This is for facebook/react-native#26444
This project is to test the improvement of onEndReached
feature of FlatList.
- The list has 20 items at the beginning.
- When
onEndReached
is called, 10 items are added.
OnEndReached
is called and has 30 items.
OnEndReached
is not called and has 20 items.
OnEndReached
is called twice in a short period, having 50 items.
OnEndReached
is called, having 30 items.