We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93d325 commit f3d3f3dCopy full SHA for f3d3f3d
packages/react-native/ReactCommon/yoga/yoga/algorithm/FlexLine.cpp
@@ -116,8 +116,8 @@ FlexLine calculateFlexLine(
116
.sizeConsumed = sizeConsumed,
117
.numberOfAutoMargins = numberOfAutoMargins,
118
.layout = FlexLineRunningLayout{
119
- totalFlexGrowFactors,
120
- totalFlexShrinkScaledFactors,
+ .totalFlexGrowFactors = totalFlexGrowFactors,
+ .totalFlexShrinkScaledFactors = totalFlexShrinkScaledFactors,
121
}};
122
}
123
0 commit comments