reactnative for wechat utils
npm install react-native-wechat-utilreactnative for wechat utils
``sh`
npm install react-native-wechat-util
`js
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