1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Init project.

This commit is contained in:
jaywcjlove
2020-07-07 17:44:10 +08:00
commit a804173acd
75 changed files with 10257 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# 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;
```