rn-vant-hyj
v1.0.0
Published
React Native UI Components
Downloads
2
Readme
React Native Vant
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;