@aomi/react-native-alipay
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i @aomi/react-native-alipay

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

1.16 MB

Total Files

174

Last publish

Collaborators

  • sean-tian
  • happysuns