Found during PR #104 review: ios/MobRootView.swift:258-270 handles only fillHeight for Column/Row — fixed width/height props are ignored entirely on iOS, while Android honors them via nodeModifier. Sibling leaf nodes (image, gpuView) already handle both dims independently via ifLet frames; Box was fixed in #104. Suggest the same restructure for Column/Row, with the #104 review's precedence note in mind: iOS now lets fixed dims beat fill (internally consistent), Android lets fill coerce fixed — the contradictory-props corner should be decided deliberately and documented when touching this.
Found during PR #104 review: ios/MobRootView.swift:258-270 handles only fillHeight for Column/Row — fixed width/height props are ignored entirely on iOS, while Android honors them via nodeModifier. Sibling leaf nodes (image, gpuView) already handle both dims independently via ifLet frames; Box was fixed in #104. Suggest the same restructure for Column/Row, with the #104 review's precedence note in mind: iOS now lets fixed dims beat fill (internally consistent), Android lets fill coerce fixed — the contradictory-props corner should be decided deliberately and documented when touching this.