@cicerotcv/react-native-layout
v0.6.0
Published
Easy to style React Native components
Downloads
5
Readme
React Native Layout
Easy to style React Native components
Installation
npm install @cicerotcv/react-native-layout
Usage
import { Layout, Typography } from '@cicerotcv/react-native-layout';
<Layout flex={1} backgrounColor="gray">
<Typography fontSize={32} backgroundColor="black" color="red">
Hello World
</Typography>
{/* rest of your code */}
</Layout>
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library