Init project.
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal 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;
|
||||
```
|
Reference in New Issue
Block a user