Category Archives: Layout Props
Example of flexShrink in React Native
Example of flexGrow in React Native

Hello friends, In today’s tutorial we would learn about a layout prop flexGrow. The flexGrow prop used to define how many remaining space within a Parent container should be distributed among their children. Now the main point of tutorial is showing you How flexGrow works with flex direction row and…
Example of flexDirection in React Native

Hello friends, In today’s tutorial we would learn about flexDirection layout prop in react native. The flexDirection prop is used to set direction of children components in Root component in react native. The flexDirection supports 4 different properties row, column, row-reverse and column-reverse. We would learn about all of them…