@@ -45,7 +45,6 @@ exports[`VirtualizedList forwards correct stickyHeaderIndices when all in initia
45
45
getItemLayout = { [Function ]}
46
46
initialNumToRender = { 10 }
47
47
keyExtractor = { [Function ]}
48
- maxToRenderPerBatch = { 10 }
49
48
onContentSizeChange = { [Function ]}
50
49
onEndReachedThreshold = { 2 }
51
50
onLayout = { [Function ]}
@@ -191,7 +190,6 @@ exports[`VirtualizedList forwards correct stickyHeaderIndices when partially in
191
190
getItemLayout = { [Function ]}
192
191
initialNumToRender = { 5 }
193
192
keyExtractor = { [Function ]}
194
- maxToRenderPerBatch = { 10 }
195
193
onContentSizeChange = { [Function ]}
196
194
onEndReachedThreshold = { 2 }
197
195
onLayout = { [Function ]}
@@ -275,7 +273,6 @@ exports[`VirtualizedList handles nested lists 1`] = `
275
273
getItem = { [Function ]}
276
274
getItemCount = { [Function ]}
277
275
keyExtractor = { [Function ]}
278
- maxToRenderPerBatch = { 10 }
279
276
onContentSizeChange = { [Function ]}
280
277
onEndReachedThreshold = { 2 }
281
278
onLayout = { [Function ]}
@@ -310,7 +307,6 @@ exports[`VirtualizedList handles nested lists 1`] = `
310
307
getItemCount = { [Function ]}
311
308
horizontal = { false }
312
309
keyExtractor = { [Function ]}
313
- maxToRenderPerBatch = { 10 }
314
310
onContentSizeChange = { [Function ]}
315
311
onEndReachedThreshold = { 2 }
316
312
onLayout = { [Function ]}
@@ -362,7 +358,6 @@ exports[`VirtualizedList handles nested lists 1`] = `
362
358
getItemCount = { [Function ]}
363
359
horizontal = { true }
364
360
keyExtractor = { [Function ]}
365
- maxToRenderPerBatch = { 10 }
366
361
onContentSizeChange = { [Function ]}
367
362
onEndReachedThreshold = { 2 }
368
363
onLayout = { [Function ]}
@@ -434,7 +429,6 @@ exports[`VirtualizedList handles separators correctly 1`] = `
434
429
getItem = { [Function ]}
435
430
getItemCount = { [Function ]}
436
431
keyExtractor = { [Function ]}
437
- maxToRenderPerBatch = { 10 }
438
432
onContentSizeChange = { [Function ]}
439
433
onEndReachedThreshold = { 2 }
440
434
onLayout = { [Function ]}
@@ -513,7 +507,6 @@ exports[`VirtualizedList handles separators correctly 2`] = `
513
507
getItem = { [Function ]}
514
508
getItemCount = { [Function ]}
515
509
keyExtractor = { [Function ]}
516
- maxToRenderPerBatch = { 10 }
517
510
onContentSizeChange = { [Function ]}
518
511
onEndReachedThreshold = { 2 }
519
512
onLayout = { [Function ]}
@@ -592,7 +585,6 @@ exports[`VirtualizedList handles separators correctly 3`] = `
592
585
getItem = { [Function ]}
593
586
getItemCount = { [Function ]}
594
587
keyExtractor = { [Function ]}
595
- maxToRenderPerBatch = { 10 }
596
588
onContentSizeChange = { [Function ]}
597
589
onEndReachedThreshold = { 2 }
598
590
onLayout = { [Function ]}
@@ -744,7 +736,6 @@ exports[`VirtualizedList keeps sticky headers realized after scrolled out of vie
744
736
getItemLayout = { [Function ]}
745
737
initialNumToRender = { 1 }
746
738
keyExtractor = { [Function ]}
747
- maxToRenderPerBatch = { 10 }
748
739
onContentSizeChange = { [Function ]}
749
740
onEndReachedThreshold = { 2 }
750
741
onLayout = { [Function ]}
@@ -936,7 +927,6 @@ exports[`VirtualizedList realizes sticky headers in viewport on batched render 1
936
927
getItemLayout = { [Function ]}
937
928
initialNumToRender = { 1 }
938
929
keyExtractor = { [Function ]}
939
- maxToRenderPerBatch = { 10 }
940
930
onContentSizeChange = { [Function ]}
941
931
onEndReachedThreshold = { 2 }
942
932
onLayout = { [Function ]}
@@ -1036,7 +1026,6 @@ exports[`VirtualizedList renders all the bells and whistles 1`] = `
1036
1026
invertStickyHeaders = { true }
1037
1027
inverted = { true }
1038
1028
keyExtractor = { [Function ]}
1039
- maxToRenderPerBatch = { 10 }
1040
1029
onContentSizeChange = { [Function ]}
1041
1030
onEndReachedThreshold = { 2 }
1042
1031
onLayout = { [Function ]}
@@ -1215,7 +1204,6 @@ exports[`VirtualizedList renders empty list 1`] = `
1215
1204
getItem = { [Function ]}
1216
1205
getItemCount = { [Function ]}
1217
1206
keyExtractor = { [Function ]}
1218
- maxToRenderPerBatch = { 10 }
1219
1207
onContentSizeChange = { [Function ]}
1220
1208
onEndReachedThreshold = { 2 }
1221
1209
onLayout = { [Function ]}
@@ -1243,7 +1231,6 @@ exports[`VirtualizedList renders empty list with empty component 1`] = `
1243
1231
getItem = { [Function ]}
1244
1232
getItemCount = { [Function ]}
1245
1233
keyExtractor = { [Function ]}
1246
- maxToRenderPerBatch = { 10 }
1247
1234
onContentSizeChange = { [Function ]}
1248
1235
onEndReachedThreshold = { 2 }
1249
1236
onLayout = { [Function ]}
@@ -1287,7 +1274,6 @@ exports[`VirtualizedList renders list with empty component 1`] = `
1287
1274
getItem = { [Function ]}
1288
1275
getItemCount = { [Function ]}
1289
1276
keyExtractor = { [Function ]}
1290
- maxToRenderPerBatch = { 10 }
1291
1277
onContentSizeChange = { [Function ]}
1292
1278
onEndReachedThreshold = { 2 }
1293
1279
onLayout = { [Function ]}
@@ -1320,7 +1306,6 @@ exports[`VirtualizedList renders null list 1`] = `
1320
1306
getItem = { [Function ]}
1321
1307
getItemCount = { [Function ]}
1322
1308
keyExtractor = { [Function ]}
1323
- maxToRenderPerBatch = { 10 }
1324
1309
onContentSizeChange = { [Function ]}
1325
1310
onEndReachedThreshold = { 2 }
1326
1311
onLayout = { [Function ]}
@@ -1357,7 +1342,6 @@ exports[`VirtualizedList renders simple list 1`] = `
1357
1342
getItem = { [Function ]}
1358
1343
getItemCount = { [Function ]}
1359
1344
keyExtractor = { [Function ]}
1360
- maxToRenderPerBatch = { 10 }
1361
1345
onContentSizeChange = { [Function ]}
1362
1346
onEndReachedThreshold = { 2 }
1363
1347
onLayout = { [Function ]}
@@ -1420,7 +1404,6 @@ exports[`VirtualizedList renders simple list using ListItemComponent 1`] = `
1420
1404
getItem = { [Function ]}
1421
1405
getItemCount = { [Function ]}
1422
1406
keyExtractor = { [Function ]}
1423
- maxToRenderPerBatch = { 10 }
1424
1407
onContentSizeChange = { [Function ]}
1425
1408
onEndReachedThreshold = { 2 }
1426
1409
onLayout = { [Function ]}
@@ -1475,7 +1458,6 @@ exports[`VirtualizedList test getItem functionality where data is not an Array 1
1475
1458
getItem = { [Function ]}
1476
1459
getItemCount = { [Function ]}
1477
1460
keyExtractor = { [Function ]}
1478
- maxToRenderPerBatch = { 10 }
1479
1461
onContentSizeChange = { [Function ]}
1480
1462
onEndReachedThreshold = { 2 }
1481
1463
onLayout = { [Function ]}
@@ -1516,7 +1498,6 @@ exports[`VirtualizedList warns if both renderItem or ListItemComponent are speci
1516
1498
getItem = { [Function ]}
1517
1499
getItemCount = { [Function ]}
1518
1500
keyExtractor = { [Function ]}
1519
- maxToRenderPerBatch = { 10 }
1520
1501
onContentSizeChange = { [Function ]}
1521
1502
onEndReachedThreshold = { 2 }
1522
1503
onLayout = { [Function ]}
0 commit comments