0.6.0 • Published 1 year ago

@cicerotcv/react-native-layout v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago