1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
基于 React Native 的宝支付包,已更新到最新的支付宝 SDK 版本,支持Android/iOS。 ⚠克隆自:https://github.com/uiwjs/react-native-alipay ⚠克隆时间:2024.07.25
Go to file
2020-07-07 17:44:10 +08:00
android Init project. 2020-07-07 17:44:10 +08:00
example Init project. 2020-07-07 17:44:10 +08:00
ios Init project. 2020-07-07 17:44:10 +08:00
.gitignore Init project. 2020-07-07 17:44:10 +08:00
index.js Init project. 2020-07-07 17:44:10 +08:00
package.json Init project. 2020-07-07 17:44:10 +08:00
react-native-uiwjs-alipay.podspec Init project. 2020-07-07 17:44:10 +08:00
README.md Init project. 2020-07-07 17:44:10 +08:00

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;