facebook / react-strict-dom

React Strict DOM (RSD) standardizes the development of styled React components for web and native.
https://facebook.github.io/react-strict-dom
MIT License
3.2k stars 161 forks source link

CSS flexbox properties missing on native #102

Open necolas opened 7 months ago

necolas commented 7 months ago

Describe the issue

Native is missing support for:

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

NickGerleman commented 7 months ago

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.