Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bijinfeng/rn-vant
React Native UI Components base on Vant
https://github.com/bijinfeng/rn-vant
react react-native
Last synced: 5 days ago
JSON representation
React Native UI Components base on Vant
- Host: GitHub
- URL: https://github.com/bijinfeng/rn-vant
- Owner: bijinfeng
- License: mit
- Created: 2021-11-29T12:56:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:20:27.000Z (11 months ago)
- Last Synced: 2024-04-16T09:22:47.843Z (7 months ago)
- Topics: react, react-native
- Language: TypeScript
- Homepage: https://rn-vant.vercel.app/
- Size: 47.6 MB
- Stars: 35
- Watchers: 2
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Vant
## Install
```sh
yarn add @pingtou/rn-vant
```Or
```sh
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:
```jsx
import React from 'react';
import { Button } from '@pingtou/rn-vant';function App() {
return Default Button;
};export default App;
```## LICENSE
[MIT](https://en.wikipedia.org/wiki/MIT_License)