## navipro-rn-ui-kit

A UI Kit library for react native provided with storybook and LOKI tests

## Install

```shell
yarn add navipro-rn-ui-kit
```

or

```shell
npm i --save navipro-rn-ui-kit
```

Only supports version of React Native >= 0.59.0

## Storybook preview

```shell
git clone https://github.com/Navipro70/navipro-rn-ui-kit.git
```

To see components by storybook on ios device:

```shell
yarn pods; yarn start; yarn ios;
```
