react / react/react-strict-dom
CSS flexbox properties missing on native
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.6k
- Forks
- 206
- PR merge metrics
- No merged PRs in 30d
Description
Describe the issue
Native is missing support for:
justifyItemsjustifySelfplaceContent(polyfillable)placeItemsplaceSelf
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked upstream Yoga issue #1649 and inspect the repository's native styling implementation for flexbox support. Check how justifyItems, justifySelf, placeContent, placeItems, and placeSelf are represented, including their values; done means the listed properties and relevant flexbox values are supported on native.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend, mobile-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100