mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7e9d6ea51d
Summary: @public Introduces `YGNodeConstRef` as `const YGNode*`, i.e. a pointer to a constant `YGNode`. We also use it for all style getters, which will avoid casts to `const YGNode*` in diffs up the stack. We should use this pointer type for all functions that do not modify the underlying node. Reviewed By: SidharthGuglani Differential Revision: D14999095 fbshipit-source-id: 61cc53bb35e787a12ae12e70438d84c0a4983752