react-strict-dom icon indicating copy to clipboard operation
react-strict-dom copied to clipboard

CSS flexbox properties missing on native

Open necolas opened this issue 10 months ago • 1 comments

Describe the issue

Native is missing support for:

  • justifyItems
  • justifySelf
  • placeContent (polyfillable)
  • placeItems
  • placeSelf

Upstream issue for Yoga https://github.com/facebook/yoga/issues/1649

There might also be missing support for certain values for these and other flexbox properties

Expected behavior

Support for all of flexbox

Steps to reproduce

.

Test case

No response

Additional comments

No response

necolas avatar Apr 18 '24 21:04 necolas

There might also be missing support for certain values for these and other flexbox properties

A lot of the stuff that was added in the box alignment spec is missing at the moment. One that comes to mind are start and end keywords separate from flex-start/flex-end.

NickGerleman avatar Apr 19 '24 14:04 NickGerleman