mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52402 changelog: [internal] Mark ShadowNode::ListOfShared as deprecated and replace most usages throughout the React Native renderer codebase with the explicit std::vector<std::shared_ptr<const ShadowNode>> type. This improves code clarity by making the container type explicit rather than relying on a type alias. Reviewed By: christophpurrer Differential Revision: D77651676 fbshipit-source-id: 8c4bd9b8cbbe467384b947ef9e7a4524f2053e36