diff --git a/yoga/Yoga.c b/yoga/Yoga.c index dad81116..2e34e4f7 100644 --- a/yoga/Yoga.c +++ b/yoga/Yoga.c @@ -197,6 +197,7 @@ static void YGNodeInit(const YGNodeRef node) { node->style.flexBasis = YGUndefined; node->style.alignItems = YGAlignStretch; + node->style.justifyContent = YGJustifyFlexStart; node->style.alignContent = YGAlignFlexStart; node->style.direction = YGDirectionInherit;