基于 React Native 的宝支付包,已更新到最新的支付宝 SDK 版本,支持Android/iOS。
⚠克隆自:https://github.com/uiwjs/react-native-alipay
⚠克隆时间:2024.07.25
android | ||
example | ||
ios | ||
.gitignore | ||
index.js | ||
package.json | ||
react-native-uiwjs-alipay.podspec | ||
README.md |
react-native-uiwjs-alipay
Getting started
$ npm install react-native-uiwjs-alipay --save
Mostly automatic installation
$ react-native link react-native-uiwjs-alipay
Usage
import Alipay from 'react-native-uiwjs-alipay';
// TODO: What to do with the module?
Alipay;