Fabric: Making YogaStylableProps::yogaNode public

Summary:
This is aligned with all simular changes that we do for `*Props` types (see D19583582 and D19390813).

Changelog: [Internal] Fabric-specific internal change.

Reviewed By: sammy-SC

Differential Revision: D19596281

fbshipit-source-id: 283b89c65504e20a461b12c2d1218325c6621dd8
This commit is contained in:
Valentin Shergin
2020-01-31 21:39:26 -08:00
committed by Facebook Github Bot
parent 4ae9ec128d
commit 72d40f85b3
@@ -25,15 +25,12 @@ class YogaStylableProps {
#pragma mark - Props
protected:
friend class YogaLayoutableShadowNode;
YGStyle const yogaStyle{};
YGStyle yogaStyle{};
#if RN_DEBUG_STRING_CONVERTIBLE
#pragma mark - DebugStringConvertible (Partial)
public:
SharedDebugStringConvertibleList getDebugProps() const;
#endif