react-native-ui-components-library
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

react-native-ui-components-library

Fully customizable ui components for react native apps

Installation

(prefer yarn)

yarn add react-native-ui-components-library

or

npm install react-native-ui-components-library

Usage

import { Title, Content, Button } from 'react-native-ui-components-library';

// ...

<Title>Title content</Title>;

<Pragraph>Paragraph content</Pragraph>;

<Button onPress={() => handleOnPress()}>Press me</Button>;

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 react-native-ui-components-library

Weekly Downloads

1

Version

0.2.3

License

MIT

Unpacked Size

1.77 MB

Total Files

157

Last publish

Collaborators

  • remigye