-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Flex layout -- missing stretch. #70
Comments
Can you give a concrete usecase where you need stretch? |
We do support stretch actually on alignSelf and alignItems https://github.com/facebook/css-layout/blob/master/README.md |
Thanks, but that doesn't work. Say for example, you want to have the outer-most containing view automatically size to the iPhone's dimensions. alignSelf doesn't seem to work in this case. Here's the JSX for the top-most view: https://gist.github.com/moduscreate/f9414970d5158da25036 |
Use |
Fantastic. Thank you. I apologize for the new questions. I"m learning react whilst learning this new iOS bridge. |
At the contrary, please keep the questions coming :) |
^--- I cannot tell you how much this means to community members like myself and that this type of attitude will only nurture and help grow the use of this awesome tech. I speak from experience of a once-leading community member in the Sencha community. =) |
👍 |
@jaygarcia Do you mind sharing the final code to get this layout to work? Thanks. |
@coderdave do you mean the application itself? |
@jaygarcia No, mainly just the style code... and maybe the basic components needed that represent the layout. |
…texample Fix newline appearing in textarea in ChatApp
Many HTML5 devs have gotten used to the flexibility of the modern CSS3 Flexbox model : http://css-tricks.com/snippets/css/a-guide-to-flexbox/
It seems like the flex layout is started, but not quite complete. Are you guys planning on implementing stretch?
The text was updated successfully, but these errors were encountered: