mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-12 06:14:32 +08:00
Summary: @public Takes a const reference to the style of the printed node once, instead of using repeated calls to `node->getStyle()`. Makes the code a bit shorter, and ensures that we are operating on `const YGStyle&`, which helps selecting the correct methods further up the stack. Reviewed By: SidharthGuglani Differential Revision: D14999094 fbshipit-source-id: 814f06b7e3179ac8cfb43d79fbec48ee4115d6e3