File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
packages/react-native/ReactCommon/yoga/yoga/algorithm Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -339,13 +339,13 @@ static void measureNodeWithMeasureFunc(
339339
340340 Event::publish<Event::MeasureCallbackEnd>(
341341 node,
342- {innerWidth,
343- unscopedEnum (measureMode (widthSizingMode)),
344- innerHeight,
345- unscopedEnum (measureMode (heightSizingMode)),
346- measuredSize.width ,
347- measuredSize.height ,
348- reason});
342+ {. width = innerWidth,
343+ . widthMeasureMode = unscopedEnum (measureMode (widthSizingMode)),
344+ . height = innerHeight,
345+ . heightMeasureMode = unscopedEnum (measureMode (heightSizingMode)),
346+ . measuredWidth = measuredSize.width ,
347+ . measuredHeight = measuredSize.height ,
348+ . reason = reason});
349349
350350 node->setLayoutMeasuredDimension (
351351 boundAxis (
You can’t perform that action at this time.
0 commit comments