1.0.1 • Published 11 months ago

@kuki-lib/rn-vant v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

React Native Vant

Install

yarn add @kuki-lib/rn-vant

Or

npm install @kuki-lib/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 '@kuki-lib/rn-vant';

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

export default App;

LICENSE

MIT