@cicerotcv/react-native-layout
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

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

Package Sidebar

Install

npm i @cicerotcv/react-native-layout

Weekly Downloads

4

Version

0.6.0

License

MIT

Unpacked Size

27.6 kB

Total Files

31

Last publish

Collaborators

  • cicerotcv