-
-
Notifications
You must be signed in to change notification settings - Fork 619
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
Support for Box flexBasis
or minWidth
#157
Comments
flexBasis
or minWidth
flexBasis
or minWidth
Pushed support for |
New release is out, which adds support for |
Want to keep this issue open until facebook/yoga#872 is resolved and |
Closing, since facebook/yoga#872 has been open since 2019, so it's unlikely to get fixed anytime soon. |
In order to create consistent displays of side-by-side information, it may be useful to have boxes that shrink no smaller than some fixed size.
Without support for overflow behavior like clipping,
width
ormaxWidth
props seem a bit further out-of-reach.Using a
flexBasis
prop provides similar functionality to aminWidth
/minHeight
, and feels less out-of-place than an orphanedminWidth
with nowidth
ormaxWidth
counterparts.The text was updated successfully, but these errors were encountered: