Labels and image views baseline alignment support #132
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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. https://github.com/facebook/react-native/issues/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.
baseline
support sounds like a must have. Currently it is not possible to accurately align a "label" and a "text input" to be optical in line across platforms.@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.
@emilsjolander @zackhsuan this can be closed now, can't it?