@aomi/react-native-alipay
v0.0.2
Published
React Native AliPay
Downloads
5
Readme
react-native-alipay
React Native 集成 AliPaySDK
Installation
npm install @aomi/react-native-alipay
or
yarn add @aomi/react-native-alipay
Usage
import { AliPay } from '@aomi/react-native-alipay';
// ...
// 发起支付
const orderString = ''; // 服务端组装好的支付字符串
const result = await AliPay.pay(orderString, {
appScheme: 'myapp',
showLoading: false
})
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT