This app serves as a demonstration in how to resolve the problem with onEndReached
being called multiple times when scrolling in <FlatList/>
component.
There are certain relevant resources, e.g.:
facebook/react-native#14015 (comment)
However, momentum scroll is not supported on react-native-web
yet.
This repo serves as a demo for how to solve this issue without using the momentum scroll api.