<a href="https://www.npmjs.com/package/react-native-design-kit"><img src="https://img.shields.io/npm/v/react-native-design-kit.svg?style=flat-square"></a>
<a href="https://www.npmjs.com/package/react-native-design-kit"><img src="https://img.shields.io/npm/dm/react-native-design-kit.svg?style=flat-square"></a>
<a href="https://travis-ci.org/PrayaAmadigaPitasa/react-native-design-kit"><img src="https://travis-ci.org/PrayaAmadigaPitasa/react-native-design-kit.svg?"></a>
<a href="https://codecov.io/gh/PrayaAmadigaPitasa/react-native-design-kit"><img src="https://codecov.io/gh/PrayaAmadigaPitasa/react-native-design-kit/branch/master/graph/badge.svg"></a>
<a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg"><a>
<a href="https://github.com/microsoft/TypeScript"><img src="https://img.shields.io/badge/built%20with-typescript-blue"><a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg"></a>

#### Install

Open terminal or command line then run this command:

```sh
npm install react-native-design-kit
```

#### Dependencies

- [react-native-vector-icons](https://oblador.github.io/react-native-vector-icons/)

#### Usage

```jsx
import React from 'react';
import {Button} from 'react-native-design-kit';

export default function App() {
  return <Button>Press Me</Button>;
}
```

#### Snapshot

![](https://media.giphy.com/media/LcANCbSeO962lHVMRg/giphy.gif)

#### Try It Now!
- APK: https://bit.ly/3dM4J3X