sunjinshuai / rn-vant

React Native UI Components base on Vant

Home Page:https://rn-vant.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Vant

npm version npm download codecov license

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

About

React Native UI Components base on Vant

https://rn-vant.vercel.app/


Languages

Language:TypeScript 97.4%Language:Less 1.9%Language:JavaScript 0.4%Language:HTML 0.3%