Flexbox in React Native
Note: Flexbox works same as it works in CSS for web (Visit). The only difference is that in web by default flex direction is row but in React Native it is column.
That is the main axis and the cross axis are interchanged in comparison with CSS.
Layou...
react-native-guide.hashnode.dev4 min read