@@ -22,6 +22,7 @@ exports[`VirtualizedList handles nested lists 1`] = `
22
22
onContentSizeChange = { [Function ]}
23
23
onEndReachedThreshold = { 2 }
24
24
onLayout = { [Function ]}
25
+ onMomentumScrollBegin = { [Function ]}
25
26
onMomentumScrollEnd = { [Function ]}
26
27
onScroll = { [Function ]}
27
28
onScrollBeginDrag = { [Function ]}
@@ -58,6 +59,7 @@ exports[`VirtualizedList handles nested lists 1`] = `
58
59
onContentSizeChange = { [Function ]}
59
60
onEndReachedThreshold = { 2 }
60
61
onLayout = { [Function ]}
62
+ onMomentumScrollBegin = { [Function ]}
61
63
onMomentumScrollEnd = { [Function ]}
62
64
onScroll = { [Function ]}
63
65
onScrollBeginDrag = { [Function ]}
@@ -111,6 +113,7 @@ exports[`VirtualizedList handles nested lists 1`] = `
111
113
onContentSizeChange = { [Function ]}
112
114
onEndReachedThreshold = { 2 }
113
115
onLayout = { [Function ]}
116
+ onMomentumScrollBegin = { [Function ]}
114
117
onMomentumScrollEnd = { [Function ]}
115
118
onScroll = { [Function ]}
116
119
onScrollBeginDrag = { [Function ]}
@@ -185,6 +188,7 @@ exports[`VirtualizedList handles separators correctly 1`] = `
185
188
onContentSizeChange = { [Function ]}
186
189
onEndReachedThreshold = { 2 }
187
190
onLayout = { [Function ]}
191
+ onMomentumScrollBegin = { [Function ]}
188
192
onMomentumScrollEnd = { [Function ]}
189
193
onScroll = { [Function ]}
190
194
onScrollBeginDrag = { [Function ]}
@@ -266,6 +270,7 @@ exports[`VirtualizedList handles separators correctly 2`] = `
266
270
onContentSizeChange = { [Function ]}
267
271
onEndReachedThreshold = { 2 }
268
272
onLayout = { [Function ]}
273
+ onMomentumScrollBegin = { [Function ]}
269
274
onMomentumScrollEnd = { [Function ]}
270
275
onScroll = { [Function ]}
271
276
onScrollBeginDrag = { [Function ]}
@@ -347,6 +352,7 @@ exports[`VirtualizedList handles separators correctly 3`] = `
347
352
onContentSizeChange = { [Function ]}
348
353
onEndReachedThreshold = { 2 }
349
354
onLayout = { [Function ]}
355
+ onMomentumScrollBegin = { [Function ]}
350
356
onMomentumScrollEnd = { [Function ]}
351
357
onScroll = { [Function ]}
352
358
onScrollBeginDrag = { [Function ]}
@@ -441,6 +447,7 @@ exports[`VirtualizedList renders all the bells and whistles 1`] = `
441
447
onContentSizeChange = { [Function ]}
442
448
onEndReachedThreshold = { 2 }
443
449
onLayout = { [Function ]}
450
+ onMomentumScrollBegin = { [Function ]}
444
451
onMomentumScrollEnd = { [Function ]}
445
452
onRefresh = { [MockFunction ]}
446
453
onScroll = { [Function ]}
@@ -622,6 +629,7 @@ exports[`VirtualizedList renders empty list 1`] = `
622
629
onContentSizeChange = { [Function ]}
623
630
onEndReachedThreshold = { 2 }
624
631
onLayout = { [Function ]}
632
+ onMomentumScrollBegin = { [Function ]}
625
633
onMomentumScrollEnd = { [Function ]}
626
634
onScroll = { [Function ]}
627
635
onScrollBeginDrag = { [Function ]}
@@ -652,6 +660,7 @@ exports[`VirtualizedList renders empty list with empty component 1`] = `
652
660
onContentSizeChange = { [Function ]}
653
661
onEndReachedThreshold = { 2 }
654
662
onLayout = { [Function ]}
663
+ onMomentumScrollBegin = { [Function ]}
655
664
onMomentumScrollEnd = { [Function ]}
656
665
onScroll = { [Function ]}
657
666
onScrollBeginDrag = { [Function ]}
@@ -698,6 +707,7 @@ exports[`VirtualizedList renders list with empty component 1`] = `
698
707
onContentSizeChange = { [Function ]}
699
708
onEndReachedThreshold = { 2 }
700
709
onLayout = { [Function ]}
710
+ onMomentumScrollBegin = { [Function ]}
701
711
onMomentumScrollEnd = { [Function ]}
702
712
onScroll = { [Function ]}
703
713
onScrollBeginDrag = { [Function ]}
@@ -733,6 +743,7 @@ exports[`VirtualizedList renders null list 1`] = `
733
743
onContentSizeChange = { [Function ]}
734
744
onEndReachedThreshold = { 2 }
735
745
onLayout = { [Function ]}
746
+ onMomentumScrollBegin = { [Function ]}
736
747
onMomentumScrollEnd = { [Function ]}
737
748
onScroll = { [Function ]}
738
749
onScrollBeginDrag = { [Function ]}
@@ -772,6 +783,7 @@ exports[`VirtualizedList renders simple list 1`] = `
772
783
onContentSizeChange = { [Function ]}
773
784
onEndReachedThreshold = { 2 }
774
785
onLayout = { [Function ]}
786
+ onMomentumScrollBegin = { [Function ]}
775
787
onMomentumScrollEnd = { [Function ]}
776
788
onScroll = { [Function ]}
777
789
onScrollBeginDrag = { [Function ]}
@@ -837,6 +849,7 @@ exports[`VirtualizedList renders simple list using ListItemComponent 1`] = `
837
849
onContentSizeChange = { [Function ]}
838
850
onEndReachedThreshold = { 2 }
839
851
onLayout = { [Function ]}
852
+ onMomentumScrollBegin = { [Function ]}
840
853
onMomentumScrollEnd = { [Function ]}
841
854
onScroll = { [Function ]}
842
855
onScrollBeginDrag = { [Function ]}
@@ -894,6 +907,7 @@ exports[`VirtualizedList test getItem functionality where data is not an Array 1
894
907
onContentSizeChange = { [Function ]}
895
908
onEndReachedThreshold = { 2 }
896
909
onLayout = { [Function ]}
910
+ onMomentumScrollBegin = { [Function ]}
897
911
onMomentumScrollEnd = { [Function ]}
898
912
onScroll = { [Function ]}
899
913
onScrollBeginDrag = { [Function ]}
@@ -937,6 +951,7 @@ exports[`VirtualizedList warns if both renderItem or ListItemComponent are speci
937
951
onContentSizeChange = { [Function ]}
938
952
onEndReachedThreshold = { 2 }
939
953
onLayout = { [Function ]}
954
+ onMomentumScrollBegin = { [Function ]}
940
955
onMomentumScrollEnd = { [Function ]}
941
956
onScroll = { [Function ]}
942
957
onScrollBeginDrag = { [Function ]}
0 commit comments