Day 3 | React-native Aligning Children using Flexbox in React Native

Today I discovered this tutorial very usefully for order your views and children in your react-native project.

This tutorial is part of a series, in which we are learning all about the layout system in React Native. I recommend that you read the previous tutorial about how flexDirection works as we will continue using the same project that we created in the first tutorial.

Read More

Post Comment