UNPKG

reactnative-alipay

Version:
23 lines (14 loc) 527 B
# 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](mailto:liuhong1.happy@163.com)