reactnative for wechat utils
npm install react-native-wechat-util
import WechatUtil from "react-native-wechat-util";
// ...
const result = await WechatUtil.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT