Fabric: Proper Yoga node dirting in YogaLayoutableShadowNode

Summary: Any change must be propagate upwards.

Reviewed By: mdvacca

Differential Revision: D7389058

fbshipit-source-id: 09c74640d0e9607d2e17bdd31d7ce69df8565f72
This commit is contained in:
Valentin Shergin 2018-03-30 11:43:18 -07:00 committed by Facebook Github Bot
parent 550339c71b
commit 1f27098a1a
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ void YogaLayoutableShadowNode::setYogaNodeChildrenBasedOnShadowNodeChildren(YGNo
}
yogaNode.setChildren(yogaNodeChildren);
yogaNode.setDirty(true);
yogaNode.markDirtyAndPropogate();
}
} // namespace react