react-native-ui-components-library
v0.2.3
Published
Fully customizable ui components for react native apps
Downloads
18
Readme
react-native-ui-components-library
Fully customizable ui components for react native apps
Installation
(prefer yarn)
yarn add react-native-ui-components-libraryor
npm install react-native-ui-components-libraryUsage
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
