0.2.1 • Published 2 years ago

rn-vant v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

React Native Vant

Install

yarn add rn-vant

Or

npm install 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 'rn-vant';

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

export default App;

LICENSE

MIT