justify-content: space-evenly #657

Closed
opened 2017-10-12 10:41:09 -07:00 by aj0strow · 2 comments
aj0strow commented 2017-10-12 10:41:09 -07:00 (Migrated from github.com)

Report

In the css flexbox guide it mentions space-evenly as an option for pretty grids.

justify-content: space-evenly;

It would be really cool to see this in yoga / react native.

Issues and Steps to Reproduce

Screen capture:

proof

Expected Behavior

N/A

Actual Behavior

N/A

Link to Code

N/A

# Report - [x] I have searched [existing issues](https://github.com/facebook/yoga/issues) and this is not a duplicate In the [css flexbox guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) it mentions `space-evenly` as an option for pretty grids. ``` justify-content: space-evenly; ``` It would be really cool to see this in yoga / react native. # Issues and Steps to Reproduce Screen capture: <img width="723" alt="proof" src="https://user-images.githubusercontent.com/1374327/31510371-894f852a-af52-11e7-9610-07e91087e271.png"> # Expected Behavior N/A # Actual Behavior N/A # Link to Code N/A
woehrl01 commented 2017-10-12 12:02:27 -07:00 (Migrated from github.com)

Didn't knew this was a thing 😄 . See #658 . Thanks for the hint @aj0strow

Didn't knew this was a thing 😄 . See #658 . Thanks for the hint @aj0strow
aj0strow commented 2017-10-13 09:22:27 -07:00 (Migrated from github.com)

@woehrl01 thank you! my goodness that was fast

@woehrl01 thank you! my goodness that was fast
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#657
No description provided.