Skip to content

fix(core): FlexboxLayout nested views alignment corrections #10766

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

Merged
merged 3 commits into from
Jul 20, 2025

Conversation

CatchABus
Copy link
Contributor

@CatchABus CatchABus commented Jul 18, 2025

PR Checklist

What is the current behavior?

Right now, android FlexboxLayout doesn't justify or align children very well when there are collapsed ones among them.
Also, baseline alignment doesn't work well in both platforms.

What is the new behavior?

To fix the problem, this PR adds changes from PRs google/flexbox-layout#118, google/flexbox-layout#163, and google/flexbox-layout#342 that belong to the original flexbox project.
Changes have also been included for iOS to ensure the platforms align.

Closes/Fixes: #8582

Copy link

nx-cloud bot commented Jul 18, 2025

View your CI Pipeline Execution ↗ for commit 347455f

Command Status Duration Result
nx test apps-automated -c=android ✅ Succeeded 5m 43s View ↗
nx run-many --target=test --configuration=ci --... ✅ Succeeded 3s View ↗

☁️ Nx Cloud last updated this comment at 2025-07-18 22:13:41 UTC

@NathanWalker NathanWalker merged commit cc18909 into NativeScript:main Jul 20, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Collapsed element affects layout in Flexbox
2 participants