1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-alipay/README.md

18 lines
304 B
Markdown
Raw Normal View History

2020-07-07 17:44:10 +08:00
# react-native-uiwjs-alipay
## Getting started
`$ npm install react-native-uiwjs-alipay --save`
### Mostly automatic installation
`$ react-native link react-native-uiwjs-alipay`
## Usage
```javascript
import Alipay from 'react-native-uiwjs-alipay';
// TODO: What to do with the module?
Alipay;
```