TL;DR: I got CSS Grid working natively in React Native by applying an experimental patch to Yoga (the layout engine). Here's what I learned, the challenges I faced, and how you can try it yourself.







The Problem: Flexbox Isn't Always Enough


If you've built complex layouts in React Native, you should already know the pain and hassel...