This repository was archived by the owner on Apr 4, 2026. It is now read-only.
Bug Fix
- fix: return actual content width from text measure function — The Yoga measure callback was returning the full available container width for
MeasureMode.AtMostinstead of the actual text content width. This caused text nodes inflexDirection: 'row'layouts to expand to fill all available space, pushing siblings to the far right. Now usesprepareWithSegments+walkLineRangesto compute the real max line width.