microsoft / react-native-macos

A framework for building native macOS apps with React.
https://microsoft.github.io/react-native-windows/
MIT License
3.57k stars 138 forks source link

fix(fabric, lists): disable view flattening in VirtualizedList #2292

Open Saadnajmi opened 4 days ago

Saadnajmi commented 4 days ago

This is part of a series of PRs where we are cherry-picking fixes from https://github.com/microsoft/react-native-macos/pull/2117 to update our Fabric implementation on macOS.

Summary:

Pick a few commits that disable view flattening in Flatlist / VirtualizedList

Test Plan:

CI should pass