Yoga: A Simple Guide to Layout in React Native
When you build layouts in React Native, you write styles that look a lot like CSS: flexDirection, alignItems, justifyContent, and so on.
But here's the interesting part:
There's no browser.
So… what's
xrn.hashnode.dev4 min read