reactnative-alipay

1.0.0 • Public • Published

react-native-alipay

安卓支付宝react-native支付插件

安装下载

npm install --save reactnative-alipay

react-native link reactnative-alipay

调用

import RNAlipay from 'reactnative-alipay'
RNAlipay.pay(orderInfo, (res)=> {
    // res.status 可能是三个值'success/error/busy'
    // res.msg  消息为"支付成功"或者支付宝返回的memo
    // res.data 数据根据实际情况确定
})

联系

Email: liuhong1.happy@163.com

Dependents (0)

Package Sidebar

Install

npm i reactnative-alipay

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • liuhong1happy