react-native-macos/Libraries/Lists/__tests__
Kacie Bawiec 46be292f67 Fix nested FlatList not firing onScrollDragEnd and onMomentum methods
Summary:
With nested FlatLists, three methods aren't firing: `onMomentumScrollBegin`, `onMomentumScrollEnd`, and `onScrollDragEnd`. This is because the nested child lists' methods are not being called.

This copies the solution for this from `onScrollBeginDrag` to the other three methods.

Changelog: [Fixed] Fix nested FlatList not firing onScrollDragEnd and onMomentum methods

Reviewed By: nadiia

Differential Revision: D24803418

fbshipit-source-id: 8685b1ab9f1bd5f67a88d93ac5de628d4bd69024
2020-11-10 09:08:07 -08:00
..
__snapshots__ Fix nested FlatList not firing onScrollDragEnd and onMomentum methods 2020-11-10 09:08:07 -08:00
FillRateHelper-test.js Back out "Upgrade Prettier from 1.17 to 2.0.2." 2020-03-24 21:47:35 -07:00
FlatList-test.js Back out "Upgrade Prettier from 1.17 to 2.0.2." 2020-03-24 21:47:35 -07:00
SectionList-test.js Back out "Upgrade Prettier from 1.17 to 2.0.2." 2020-03-24 21:47:35 -07:00
ViewabilityHelper-test.js Upgrade Prettier in Xplat to version 1.19.1 2020-04-09 11:01:58 -07:00
VirtualizeUtils-test.js Back out "Upgrade Prettier from 1.17 to 2.0.2." 2020-03-24 21:47:35 -07:00
VirtualizedList-test.js refine invariant error message at scrollToIndex (#28464) 2020-04-28 19:15:05 -07:00
VirtualizedSectionList-test.js Back out "Upgrade Prettier from 1.17 to 2.0.2." 2020-03-24 21:47:35 -07:00