@@ -21,6 +21,7 @@ exports[`FlatList ignores invalid data 1`] = `
21
21
onScrollShouldSetResponder = { [Function ]}
22
22
onStartShouldSetResponder = { [Function ]}
23
23
onStartShouldSetResponderCapture = { [Function ]}
24
+ onStickyHeaderLayout = { [Function ]}
24
25
onTouchCancel = { [Function ]}
25
26
onTouchEnd = { [Function ]}
26
27
onTouchMove = { [Function ]}
@@ -96,6 +97,7 @@ exports[`FlatList renders all the bells and whistles 1`] = `
96
97
onScroll = { [Function ]}
97
98
onScrollBeginDrag = { [Function ]}
98
99
onScrollEndDrag = { [Function ]}
100
+ onStickyHeaderLayout = { [Function ]}
99
101
refreshControl = {
100
102
<RefreshControlMock
101
103
onRefresh = { [MockFunction ]}
@@ -216,6 +218,7 @@ exports[`FlatList renders array-like data 1`] = `
216
218
onScrollShouldSetResponder = { [Function ]}
217
219
onStartShouldSetResponder = { [Function ]}
218
220
onStartShouldSetResponderCapture = { [Function ]}
221
+ onStickyHeaderLayout = { [Function ]}
219
222
onTouchCancel = { [Function ]}
220
223
onTouchEnd = { [Function ]}
221
224
onTouchMove = { [Function ]}
@@ -295,6 +298,7 @@ exports[`FlatList renders empty list 1`] = `
295
298
onScroll = { [Function ]}
296
299
onScrollBeginDrag = { [Function ]}
297
300
onScrollEndDrag = { [Function ]}
301
+ onStickyHeaderLayout = { [Function ]}
298
302
removeClippedSubviews = { false }
299
303
renderItem = { [Function ]}
300
304
scrollEventThrottle = { 0.0001 }
@@ -317,6 +321,7 @@ exports[`FlatList renders null list 1`] = `
317
321
onScroll = { [Function ]}
318
322
onScrollBeginDrag = { [Function ]}
319
323
onScrollEndDrag = { [Function ]}
324
+ onStickyHeaderLayout = { [Function ]}
320
325
removeClippedSubviews = { false }
321
326
renderItem = { [Function ]}
322
327
scrollEventThrottle = { 0.0001 }
@@ -352,6 +357,7 @@ exports[`FlatList renders simple list (multiple columns) 1`] = `
352
357
onScroll = { [Function ]}
353
358
onScrollBeginDrag = { [Function ]}
354
359
onScrollEndDrag = { [Function ]}
360
+ onStickyHeaderLayout = { [Function ]}
355
361
removeClippedSubviews = { false }
356
362
renderItem = { [Function ]}
357
363
scrollEventThrottle = { 0.0001 }
@@ -425,6 +431,7 @@ exports[`FlatList renders simple list 1`] = `
425
431
onScroll = { [Function ]}
426
432
onScrollBeginDrag = { [Function ]}
427
433
onScrollEndDrag = { [Function ]}
434
+ onStickyHeaderLayout = { [Function ]}
428
435
removeClippedSubviews = { false }
429
436
renderItem = { [Function ]}
430
437
scrollEventThrottle = { 0.0001 }
@@ -489,6 +496,7 @@ exports[`FlatList renders simple list using ListItemComponent (multiple columns)
489
496
onScroll = { [Function ]}
490
497
onScrollBeginDrag = { [Function ]}
491
498
onScrollEndDrag = { [Function ]}
499
+ onStickyHeaderLayout = { [Function ]}
492
500
removeClippedSubviews = { false }
493
501
scrollEventThrottle = { 0.0001 }
494
502
stickyHeaderIndices = { Array []}
@@ -562,6 +570,7 @@ exports[`FlatList renders simple list using ListItemComponent 1`] = `
562
570
onScroll = { [Function ]}
563
571
onScrollBeginDrag = { [Function ]}
564
572
onScrollEndDrag = { [Function ]}
573
+ onStickyHeaderLayout = { [Function ]}
565
574
removeClippedSubviews = { false }
566
575
scrollEventThrottle = { 0.0001 }
567
576
stickyHeaderIndices = { Array []}
0 commit comments