Files
react-native/Libraries
Martin Sherburn d7d4fae101 Fix issue with onEndReached
Summary:
onEndReached can be triggered twice when more items are added to the end of the list. This change makes it so that a second call to onEndReached won't happen until the user scrolls down to the new end of the list.

Changelog:

[General] [Fixed] - Fix double call to onEndReached in VirtualizedList

Reviewed By: sahrens

Differential Revision: D20066740

fbshipit-source-id: 129d7ae6bfd241eeea18fe0bb12b82be67735874
2020-04-03 15:30:34 +02:00
..
2019-10-16 10:06:34 -07:00
2020-03-26 18:03:15 +01:00
2019-12-07 10:41:54 -08:00
2020-04-03 15:30:34 +02:00
2020-02-19 12:08:55 +00:00
2019-10-12 15:52:27 -07:00
2019-10-16 10:06:34 -07:00
2020-03-31 07:46:07 +01:00