react-native/packages/virtualized-lists/Lists
Liron Yahdav 61e660b40e Expose some VirtualizedList functions to allow creating VirtualizedListContextProvider outside of VirtualizedList (#47463)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/47463

Note this is just a temporary approach which will be cleaned up later.

Changelog: [Internal]

Reviewed By: yungsters

Differential Revision: D65514902

fbshipit-source-id: f722031c5cd34eb1400b3f732fd94c0b03d5434d
2024-11-06 20:15:08 -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 Pre-suppress unsafe string key access errors in xplat/js (#44221) 2024-04-23 11:36:14 -07:00
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 Expose some VirtualizedList functions to allow creating VirtualizedListContextProvider outside of VirtualizedList (#47463) 2024-11-06 20:15:08 -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