alipay
npm install react-native-alipay-sdk-libalipay
``sh`
npm install react-native-alipay-sdk-lib
`js
import AlipaySdkLib from "react-native-alipay-sdk-lib";
// ...
const result = await AlipaySdkLib.multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT