A framework for building native applications using React
COMMITS
/ packages/virtualized-lists/Lists/VirtualizedList.js March 28, 2026
S
Change all remaining flow legacy casting syntax to modern one (#56259)
Sam Zhou committed
January 14, 2026
M
Transform $ReadOnlyArray to ReadonlyArray 18/n (#55152)
Marco Wang committed
January 7, 2026
M
Transform $ReadOnly to Readonly 38/n (#55067)
Marco Wang committed
August 18, 2025
July 25, 2025
M
Pre-suppression errors for functionT in xplat js (#52820)
Marco Wang committed
July 8, 2025
M
Pre-suppress errors for boolean literals for xplat js (#52482)
Marco Wang committed
July 3, 2025
E
Defer focus cell render mask updates (#52380)
Eric Rozell committed
May 16, 2025
T
RN: Prefer Destructured Import for `isValidElement` (#51413)
Tim Yung committed
T
RN: Prefer Destructured Import for `cloneElement` (#51410)
Tim Yung committed
April 22, 2025
M
Skip cloning Fragments in `ListEmptyComponent` to avoid `onLayout` warning (#50833)
Mateo Guzmán committed
April 14, 2025
J
Update VirtualizedLists `react-native` imports (#50551)
Jakub Piasecki committed
April 1, 2025
J
Make VirtualizedList use ScrollViewProps directly (#50416)
Jakub Piasecki committed
March 31, 2025
A
Revert D70615310: Collection of small type updates
Andrew Wang committed
J
Collection of small type updates (#50312)
Jakub Piasecki committed
March 20, 2025
February 26, 2025
R
Migrate HostInstance to an interface (#49633)
Rubén Norte committed
February 18, 2025
J
Align layout event names with OSS (#49423)
Jakub Piasecki committed
February 11, 2025
J
Update `virtualized-lists` types to align them closer to TS definitions (#49264)
Jakub Piasecki committed
J
Update types in `virtualized-lists` so that they produce valid TS output (#49263)
Jakub Piasecki committed
J
Update files in `packages/virtualized-lists` to use `export` syntax (#49262)
Jakub Piasecki committed
January 22, 2025
T
VirtualizedList: Delete `Batchinator` (#48515)
Tim Yung committed
December 18, 2024
S
Pre-suppress errors in xplat ahead of 0.257.0 release
Sam Zhou committed
November 19, 2024
T
RN: Feature Flag to Disable `InteractionManager` in `Batchinator` (#47690)
Tim Yung committed
November 7, 2024
October 31, 2024
S
Cleanup problematic `React.ElementRef` (#47340)
Sam Zhou committed
October 14, 2024
October 8, 2024
G
Revert D63643856
generatedunixname89002005232357 committed
October 2, 2024
August 13, 2024
February 8, 2024
J
Fix onStartReached not called when list content is small (#42902)
Janic Duplessis committed
January 19, 2024
F
Drop stale comment in VirtualizedList (#42395)
Fabrizio Cucci committed
December 12, 2023
J
Fix last spacer constrain logic in VirtualizedList (#41846)
Janic Duplessis committed
November 8, 2023
P
Fix CellRenderer onCellFocusCapture not being stable (#41381)
Pieter De Baets committed
November 6, 2023
M
Enable lint/sort-imports everywhere (#41334)
Moti Zilberman committed
October 31, 2023
N
Bail on hiPri render on missing layout data before checking priority (#41270)
Nick Gerleman committed
October 23, 2023
S
filter out onContentSizeChange from defaultRenderScrollComponent (#41113)
Samuel Susla committed
October 12, 2023
S
Prepare to make `React.Element` fully opaque (#40798)
Sam Zhou committed
October 10, 2023
N
Remove code to support bottom-up layout events in horizontal RTL (#39646)
Nick Gerleman committed
September 12, 2023
August 22, 2023
N
Fix inverted `contentOffset` in scroll events in RTL (#39031)
Nick Gerleman committed
August 8, 2023
N
Use right edge of ScrollView viewport for `scrollMetrics.offset` in RTL
Nick Gerleman committed
August 4, 2023
N
Right align scrollToIndex in RTL (#38737)
Nick Gerleman committed
August 3, 2023
N
Cache ScrollView content length before calling `scrollToIndex` (#38736)
Nick Gerleman committed
July 31, 2023
N
Remove default 50ms Scroll Event Throttling in VirtualizedList (#38648)
Nick Gerleman committed
July 28, 2023
N
H
Add workaround fix for #35350 (#38073)
Hanno J. Gödecke committed
July 27, 2023
N
Fix virtualization logic with horizontal RTL lists (#38529)
Nick Gerleman committed
July 14, 2023
N
Move Default Prop Helpers to VirtualizedListProps.js (#38329)
Nick Gerleman committed
June 22, 2023
N
Revert D46871197: Add workaround for android API 33 ANR when inverting ScrollView
Nick Gerleman committed
H
Add workaround for android API 33 ANR when inverting ScrollView (#37913)
Hanno J. Gödecke committed