Merge remote-tracking branch 'refs/remotes/facebook/master' into percentage-feature

This commit is contained in:
Lukas Woehrl
2016-12-21 22:03:43 +01:00
4 changed files with 47 additions and 5 deletions

View File

@@ -217,6 +217,7 @@ static void YGNodeInit(const YGNodeRef node) {
node->style.flexBasis = YGValueUndefined;
node->style.alignItems = YGAlignStretch;
node->style.justifyContent = YGJustifyFlexStart;
node->style.alignContent = YGAlignFlexStart;
node->style.direction = YGDirectionInherit;