Do you guys still cherry pick React Native pull requests?

It seems that flexDirection: 'spaced-evenly' was “introduced” but not “implemented” in v0.52 and still hasn’t been merged.

Here’s a snack where you can play around with flexDirection. ALL of them work except space-evenly.

I know it’s a long shot but I was hoping you guys could implement this fix in your RN package? It’s a pretty glaring missing piece of flexbox.

Again, I know it’s a long shot but I thought I’d ask.

Side question: Why introduce something if it isn’t implemented. What does that mean? :smile:

That PR looks like it’s been merged so it’ll go out in the next stable release of React Native, which means we’ll get it in next month’s release!

How can you tell it is merged? Just curious. Usually there’s a merged tag.

You can look for the commit in the Git history of the master branch. That’s the most reliable way to see if the code has landed (modulo reverts) since RN merges things differently.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.