facebook / react-strict-dom

React Strict DOM (RSD) standardizes the development of styled React components for web and native.
MIT License
3.08k stars 157 forks source link

(feature) CSS grid layout #1

Open necolas opened 6 months ago

necolas commented 6 months ago

Describe the feature request

Support CSS grid layout on native. This cannot be polyfilled.

TomMarius commented 5 months ago

Yes, please! I'm willing to contribute, let me know if you could use my help with this.

bayareaunicorn commented 5 months ago

Yes, please! I'm willing to contribute, let me know if you could use my help with this.

It's open source so anyone can contribute. https://github.com/facebook/react-strict-dom/blob/main/CONTRIBUTING.md https://code.facebook.com/cla

necolas commented 5 months ago

Grid layout requires contribution to Yoga, the layout engine for React Native https://github.com/facebook/yoga

There is an existing thread of discussion over the last few years https://github.com/facebook/yoga/issues/867