react-native-flex-directions
v1.0.2
Published
Build Flex Rows and Columns in a easy way.
Downloads
2
Maintainers
Readme
A simple React Native package to handle flex directions in an easy way.
Usage:
import {Row, Column} from 'react-native-flex-directions';
<Row>...</Row>
<Column>...</Column>