react-native/packages/virtualized-lists/Lists
Tim Yung 29a0d7c3b2 RN: Feature Flag to Disable InteractionManager in Batchinator (#47690)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/47690

Creates a feature flag to evalute the impact of disabling `InteractionManager` in `Batchinator` and synchronously invoking callbacks after the timeout.

This also deletes the `dispose` arguments in `Batchinator` that were unused.

Changelog:
[Internal]

Reviewed By: bvanderhoof

Differential Revision: D66139643

fbshipit-source-id: d17bab0cd25c0c69779686cb435c063f707255e4
2024-11-18 23:12:15 -08:00
..
__tests__ Fix onEndReached not being called when getItemLayout is present and we scroll past render window (#46990) 2024-10-14 15:09:25 -07:00
CellRenderMask.js
ChildListCollection.js
FillRateHelper.js
ListMetricsAggregator.js Improve FlatList estimates for items not yet laid out (#46487) 2024-09-13 16:18:33 -07:00
StateSafePureComponent.js
ViewabilityHelper.js Add as const cast and make types readonly to prepare for natural inference (#47184) 2024-10-23 23:32:37 -07:00
VirtualizedList.d.ts
VirtualizedList.js RN: Feature Flag to Disable InteractionManager in Batchinator (#47690) 2024-11-18 23:12:15 -08:00
VirtualizedListCellRenderer.js RN: Fix lint/sort-imports Errors (#47109) 2024-10-18 04:07:02 -07:00
VirtualizedListContext.js
VirtualizedListProps.js Replace all exact React.Element type in react-native with ExactReactElement_DEPRECATED (#45998) 2024-08-13 09:08:44 -07:00
VirtualizedSectionList.js Fix signature of VirtualizedSectionList (#47318) 2024-10-30 18:15:03 -07:00
VirtualizeUtils.js