-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Labels and image views baseline alignment support #132
Comments
Is anyone here could help? |
I thinks this ticket is more about React Native than css-layout itself as this requires some platform-specific bits. Unless I'm missing something? |
Thanks for your reply. @lucasr but unfortunately, I was redirected by React Native to post the issue here. facebook/react-native#3020 Any idea that I can at least get the right place to post this issue? |
Baseline support is definitely something which would be great if we could support. We are not actively working on this but I would be happy to work with you or anyone else in the community on a pull request implementing it. |
|
@mpost totally agreed. Just not a top priority yet. |
@emilsjolander thanks for the info. Speaking of top priorities, is there a roadmap to features we could expect? |
No roadmap just yet. I am thinking about posting something soon. |
Summary: Added baseline support (see #132) You have the ability for a custom baseline function (```float(*YGBaselineFunc)(YGNodeRef node);```) to return whatever baseline you want. Closes #317 Reviewed By: splhack Differential Revision: D4385061 Pulled By: emilsjolander fbshipit-source-id: cb8a59a09237c840fa3e21753ab68239997dab0c
@emilsjolander @zackhsuan this can be closed now, can't it? |
Hi all,
Flexbox natively supports baseline alignment, but it seems like react-native has not implemented this yet.
I suppose that it would be awesome if css-layout could offer controls like labels or image views to work with baseline mode. Plus, the native auto layout tech supports baseline alignment too.
Many thanks. I appreciate all you excellent work.
The text was updated successfully, but these errors were encountered: