Skip to content
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

CSS flexbox properties missing on native #102

Open
necolas opened this issue Apr 18, 2024 · 1 comment
Open

CSS flexbox properties missing on native #102

necolas opened this issue Apr 18, 2024 · 1 comment
Labels
bug: react-native A bug that originates in React Native

Comments

@necolas
Copy link
Contributor

necolas commented Apr 18, 2024

Describe the issue

Native is missing support for:

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

Upstream issue for Yoga facebook/yoga#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 necolas added the bug: react-native A bug that originates in React Native label Apr 18, 2024
@NickGerleman
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: react-native A bug that originates in React Native
Projects
None yet
Development

No branches or pull requests

2 participants