Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 469 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 469 Bytes

pokemon-list-demo-app

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.