react-native-wechat-lib icon indicating copy to clipboard operation
react-native-wechat-lib copied to clipboard

🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android

Results 150 react-native-wechat-lib issues
Sort by recently updated
recently updated
newest added

最近apple送審被退回,原因是不能使用wechat的app來執行登入,請問能怎麼修改成不需要wechat app也能在我的app上執行wechat登入呢?

您好,我想请问当我 使用Wechat.shareText 时,跳去了微信,可是为何微信会显示“由于当前分享的应用未获得分享权限,无法分享到wechat” * 我已经获得了app id * 而且接口名称 分享到朋友圈 或 发送给朋友 的 接口状态 也已经显示已获得 ![Screenshot 2023-06-08 at 3 56 47 PM](https://github.com/little-snow-fox/react-native-wechat-lib/assets/19604759/a0d325ec-87d1-4a8c-9a40-e6e3391cd4d1)

首先确认了包混淆是关闭的。 ``` .gradle def enableProguardInReleaseBuilds = false ``` 然后在源码的 onResp 实现处加了log ``` .java @Override public void onResp(BaseResp baseResp) { // print baseResp Log.d("WeChatModule", baseResp.toString()); // more } ``` debug包下会执行 onResp...

version: 3.0.4 import * as WeChat from 'react-native-wechat-lib'; ~~~~~~~~~~~~~~~ typescript 报错:Could not find a declaration file for module

[微信开放文档:扫码登录](https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_Login/Login_via_Scan.html) 看了下,似乎目前不支持?能支持下扫码登录吗?有些手机没有安装微信

安卓启动正常,ios启动时报出以下错误: ``` ld: library not found for -lWeChatSDK ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation) › 2 error(s), and 3 warning(s) CommandError:...

能增加调起微信客服接口吗

WeChat.shareWebpage({ title: tempTitle, description: tempDes, thumbImageUrl: previewUrl, webpageUrl, scene: 0 }) .then(val => { console.log('success:', val) closeEvent(false) }) .catch(err => { console.log('errorMsg:', err) closeEvent(false) })