You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
justify-items and justify-self for flex containers is confined to absolutely positioned items, so it will be a bit less common than the usage for block, grid. Still potentially worth adding though (cc @joevilches who recently spent a lot of time fixing up absolutely positioned child alignment).
place-* shorthands seem sane enough to add, but probably at RN layer. I've been trying to get to a place where Yoga operates on something closer to computed style.
Report
Issues and Steps to Reproduce
justifyItems
andjustifySelf
are not supported (e.g., in React Native).placeContent
,placeItems
, andplaceSelf
- which could be implemented once all thealign*
andjustify*
props are supported.Expected Behavior
Support for the missing properties.
The text was updated successfully, but these errors were encountered: