react / react/yoga

Support justifyItems and justifySelf

Open
#1,649 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Algorithm Feature Request
Dominant language
C++
Stars
18.9k
Forks
1.6k
Avg merge
1m
Merged PRs (30d)
1

Description

Report

Issues and Steps to Reproduce

  • CSS Flexbox properties justifyItems and justifySelf are not supported (e.g., in React Native).
  • Also properties placeContent, placeItems, and placeSelf - which could be implemented once all the align* and justify* props are supported.
  • Couldn't find any references to them via code search of the repo.

Expected Behavior

Support for the missing properties.

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 by searching the repository for existing align* and justify* property definitions and their tests, then compare the requested CSS properties with the current support. Done means justifyItems, justifySelf, and any agreed place* properties are implemented consistently and covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, react-native
Domain
frontend, web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.