React Native Flexbox

This Article Part of React Native Tutorial Series want to start from scrach follow below link https://infinitbility.com/react-native/table-of-contents In this article we are going to learn the basics of styling a component in React Native using Flexbox. If you have already used Flexbox for web with CSS, the same concepts are used in React Native as well. There are some minute differences between the both. Flexbox Flexbox is a one-dimensional layout system that we can use to create a row or a column axis layout....

January 24, 2021 · 8 min · Infinitbility