mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
19cf70266e
Summary: Problem: All CellRenderers rerender every time the containing VirtualizedList is rerendered. This is due to the following: - Lambda is created for each CellRenderer's onLayout prop on every VirtualizedList render (fixed in this diff) - CellRenderer's parentProps prop changes on every VirtualizedList render Changelog: [Internal] - VirtualizedList optimization - avoid lambda creation in CellRenderer onLayout prop Reviewed By: javache Differential Revision: D35061321 fbshipit-source-id: ab16bda8418b692f1edb4bce87e25c34f6252b56