Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes the wrong positioning #470

Merged
merged 2 commits into from
Nov 16, 2018
Merged

Fixes the wrong positioning #470

merged 2 commits into from
Nov 16, 2018

Commits on Nov 15, 2018

  1. Fixes the wrong positioning

    On the condition flexWrap = No wrap and justifyContent = center.
    This happened because when flexWrap = no wrap, the anchor position
    retrieved from the existing view was wrong. Because the OrientationHelper
    is changed to perpendicularly when flexWrap is nowrap.
    thagikura committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    d65e4f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Simplify the if condigin in assignFromView.

    Added the test when flex direction is column.
    thagikura committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5f0170d View commit details
    Browse the repository at this point in the history