A simple react-native flex grid component to build layouts with elegance
npm install react-native-flex !npm !npm package minimized gzipped size (select exports) !npm
``sh`
npm install react-native-flex
`jsx
import React from 'react'
import { Flex } from 'react-native-flex';
const App = () => {
return (
// ...
// ...
)
}
``