React Native Wechat SDK
npm install @gcores/react-native-wechat-lib
import RNWechatLib from '@gcores/react-native-wechat-lib';
// ...
const result = await RNWechatLib.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT