react / react/react-strict-dom

CSS flexbox properties missing on native

Open
#102 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug: react-native
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:

  • 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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.