Support justifyItems and justifySelf #1649
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?
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.
justify-items
andjustify-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.