@pingtou/rn-vant
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

React Native Vant

npm version npm download codecov license

Install

yarn add @pingtou/rn-vant

Or

npm install @pingtou/rn-vant

Preview

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

Quick start

The following are some code examples of rn-vant:

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

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

export default App;

LICENSE

MIT

Package Sidebar

Install

npm i @pingtou/rn-vant

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.75 MB

Total Files

2049

Last publish

Collaborators

  • pingtou