# React Native Vant

<p>
  <a href="https://npmjs.org/package/rn-vant" target="_blank" referrerpolicy="no-referrer">
    <img src="https://img.shields.io/npm/v/rn-vant.svg?style=flat-square" alt="npm version" />
  </a>
  <a href="https://npmjs.org/package/rn-vant" target="_blank" referrerpolicy="no-referrer">
    <img src="https://img.shields.io/npm/dm/rn-vant.svg?style=flat-square" alt="npm download" />
  </a>
  <a href="https://codecov.io/gh/bijinfeng/react-vant/branch/master" target="_blank" referrerpolicy="no-referrer">
    <img src="https://codecov.io/gh/bijinfeng/react-vant/branch/master/graph/badge.svg?token=QC9OV9ZMTV" alt="codecov" />
  </a>
  <a href="https://github.com/3lang3/rn-vant/discussions" target="_blank" referrerpolicy="no-referrer">
    <img src="https://img.shields.io/npm/l/rn-vant?style=flat-square" alt="license" />
  </a>
  
</p>

## Install

```sh
yarn add @pingtou/rn-vant
```

Or

```sh
npm install @pingtou/rn-vant
```

## Preview

Open the camera app on your device and scan the code below:

<img src="https://qr.expo.dev/expo-go?owner=kebai&slug=rn-vant-example&releaseChannel=default&host=exp.host" width="200" />

## Quick start

The following are some code examples of rn-vant:

```jsx
import React from 'react';
import { Button } from '@pingtou/rn-vant';

function App() {
  return <Button type="primary">Default Button</Button>;
};

export default App;
```

## LICENSE

[MIT](https://en.wikipedia.org/wiki/MIT_License)
