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

ld: in /myProject/node_modules/react-native-wechat-lib/ios/libWeChatSDK.a(WechatAuthSDK.o), building for iOS Simulator, but linking in object file built for iOS, file 'myProject/node_modules/react-native-wechat-lib/ios/libWeChatSDK.a' for architecture arm64

universalLink已经配置成功,但是调用registerAPP一直在返回undefined是为啥?参数里边已经写了universalLink 而且调用sendAuthRequest后也能调起微信授权页面,但确认授权后没有返回值,啥都没有~为啥嘞 @little-snow-fox

WeChat.isWXAppInstalled().then((isInstalled) => { if (isInstalled) { WeChat.pay(data).then(requestJson=>{ console.info('支付成功') console.info(requestJson) //支付成功回调 if (requestJson.errCode=="0"){ //回调成功处理 this.props.navigation.navigate('Index') } }).catch((err)=>{ console.info('支付失败') console.info(err) this.props.navigation.navigate('Dingdanerror') }) } else { alert('支付成功了吗') Alert.alert( "提示", "请安装微信", [ { },...

谢谢up主!对我们帮助很大

Android 唤起微信分享秒开,但是IOS唤起微信分享差不多要两秒才能唤起,就是会很慢,请问一下啥原因呢

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.0.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

因为我在npmjs上看到的最新版本是1.1.26 但是master上的版本是1.1.24 请问1.1.26版本的代码在哪里啊 我想在1.1.26版本上把微信的android sdk升级做一下

最近微信开放了外部应用接入微信客服的功能,官网:https://work.weixin.qq.com/kf 参考文档 https://developers.weixin.qq.com/doc/oplatform/Mobile_App/APP_launch_wechat_customer_service.html ,Android SDK 需要大于等于 6.7.9,iOS 需要至少 1.9.2。 作者可以考虑升级 SDK 版本,同时支持一下相关 API 吗? 非常感谢。

有些图片在这里get到的宽高为0,导致 createBitmap 报错,需要加下判断,为0传280就可以了

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies