@@ -34,7 +34,7 @@ exports[`ImmutableListView renders Map: List rows, with section headers 1`] = `
34
34
onLayout = { [Function ]}
35
35
onScroll = { [Function ]}
36
36
pageSize = { 1 }
37
- removeClippedSubviews = { true }
37
+ removeClippedSubviews = { false }
38
38
renderRow = { [Function ]}
39
39
renderSectionHeader = { [Function ]}
40
40
scrollEventThrottle = { 50 }
@@ -156,7 +156,7 @@ exports[`ImmutableListView renders Map: List rows, without section headers 1`] =
156
156
onLayout = { [Function ]}
157
157
onScroll = { [Function ]}
158
158
pageSize = { 1 }
159
- removeClippedSubviews = { true }
159
+ removeClippedSubviews = { false }
160
160
renderRow = { [Function ]}
161
161
scrollEventThrottle = { 50 }
162
162
scrollRenderAheadDistance = { 1000 }
@@ -224,7 +224,7 @@ exports[`ImmutableListView renders Map: Map rows, with section headers 1`] = `
224
224
onLayout = { [Function ]}
225
225
onScroll = { [Function ]}
226
226
pageSize = { 1 }
227
- removeClippedSubviews = { true }
227
+ removeClippedSubviews = { false }
228
228
renderRow = { [Function ]}
229
229
renderSectionHeader = { [Function ]}
230
230
scrollEventThrottle = { 50 }
@@ -300,7 +300,7 @@ exports[`ImmutableListView renders Map: Map rows, without section headers 1`] =
300
300
onLayout = { [Function ]}
301
301
onScroll = { [Function ]}
302
302
pageSize = { 1 }
303
- removeClippedSubviews = { true }
303
+ removeClippedSubviews = { false }
304
304
renderRow = { [Function ]}
305
305
scrollEventThrottle = { 50 }
306
306
scrollRenderAheadDistance = { 1000 }
@@ -352,7 +352,7 @@ exports[`ImmutableListView renders basic List 1`] = `
352
352
onLayout = { [Function ]}
353
353
onScroll = { [Function ]}
354
354
pageSize = { 1 }
355
- removeClippedSubviews = { true }
355
+ removeClippedSubviews = { false }
356
356
renderRow = { [Function ]}
357
357
scrollEventThrottle = { 50 }
358
358
scrollRenderAheadDistance = { 1000 }
@@ -411,7 +411,7 @@ exports[`ImmutableListView renders basic Range 1`] = `
411
411
onLayout = { [Function ]}
412
412
onScroll = { [Function ]}
413
413
pageSize = { 1 }
414
- removeClippedSubviews = { true }
414
+ removeClippedSubviews = { false }
415
415
renderRow = { [Function ]}
416
416
scrollEventThrottle = { 50 }
417
417
scrollRenderAheadDistance = { 1000 }
@@ -470,7 +470,7 @@ exports[`ImmutableListView renders basic Set 1`] = `
470
470
onLayout = { [Function ]}
471
471
onScroll = { [Function ]}
472
472
pageSize = { 1 }
473
- removeClippedSubviews = { true }
473
+ removeClippedSubviews = { false }
474
474
renderRow = { [Function ]}
475
475
scrollEventThrottle = { 50 }
476
476
scrollRenderAheadDistance = { 1000 }
@@ -534,7 +534,7 @@ exports[`ImmutableListView renders nested List 1`] = `
534
534
onLayout = { [Function ]}
535
535
onScroll = { [Function ]}
536
536
pageSize = { 1 }
537
- removeClippedSubviews = { true }
537
+ removeClippedSubviews = { false }
538
538
renderRow = { [Function ]}
539
539
scrollEventThrottle = { 50 }
540
540
scrollRenderAheadDistance = { 1000 }
@@ -580,7 +580,7 @@ exports[`ImmutableListView renders with empty data 1`] = `
580
580
onLayout = { [Function ]}
581
581
onScroll = { [Function ]}
582
582
pageSize = { 1 }
583
- removeClippedSubviews = { true }
583
+ removeClippedSubviews = { false }
584
584
renderRow = { [Function ]}
585
585
scrollEventThrottle = { 50 }
586
586
scrollRenderAheadDistance = { 1000 }
@@ -617,7 +617,7 @@ exports[`ImmutableListView with delayed rendering renders basic List after inter
617
617
onLayout = { [Function ]}
618
618
onScroll = { [Function ]}
619
619
pageSize = { 1 }
620
- removeClippedSubviews = { true }
620
+ removeClippedSubviews = { false }
621
621
renderRow = { [Function ]}
622
622
rowsDuringInteraction = { 1 }
623
623
scrollEventThrottle = { 50 }
@@ -677,7 +677,7 @@ exports[`ImmutableListView with delayed rendering renders basic List during inte
677
677
onLayout = { [Function ]}
678
678
onScroll = { [Function ]}
679
679
pageSize = { 1 }
680
- removeClippedSubviews = { true }
680
+ removeClippedSubviews = { false }
681
681
renderRow = { [Function ]}
682
682
rowsDuringInteraction = { 1 }
683
683
scrollEventThrottle = { 50 }
@@ -733,7 +733,7 @@ exports[`ImmutableListView with renderEmpty renders normally when there are some
733
733
onLayout = { [Function ]}
734
734
onScroll = { [Function ]}
735
735
pageSize = { 1 }
736
- removeClippedSubviews = { true }
736
+ removeClippedSubviews = { false }
737
737
renderEmpty = { [Function ]}
738
738
renderRow = { [Function ]}
739
739
scrollEventThrottle = { 50 }
0 commit comments