支付宝SDK
npm install react-native-alipay
import Alipay from "@kafudev/react-native-alipay";
// ...
const result = await Alipay.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT