Skip to content

iOS: Column/Row ignore fixed width/height (same bug class as the Box fix in #104) #110

Description

@GenericJam

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions