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

我们的app之前有个版本使用的是react-native-wechat,然后我用react-native-wechat-lib替换掉react-native-wechat后重新开发了一版,覆盖安装后报错 ![image](https://user-images.githubusercontent.com/17746534/100587148-2ad2cb00-332b-11eb-9a03-27f3c5753943.png)

iOS下使用shareLocalImage方法分享图片时报错如下 Possible Unhandled Promise Rejection (id: 1): Error: shareLocalImage: ImageUrl value, Could not find file suffix. Error: shareLocalImage: ImageUrl value, Could not find file suffix. 单看图片路径好像是正常的,图片是使用"@react-native-community/cameraroll"的CameraRoll.save方法保存的,保存出来的路径类似:ph://603275C3-BCF8-4566-909D-7A26C2D47C82/L0/001 PS:安卓下不报错。

![image](https://user-images.githubusercontent.com/4902684/95939848-97434a80-0e0f-11eb-99b5-2bf787108ff9.png) ErrCode: ERR_OK = 0(用户同意) ERR_AUTH_DENIED = -4(用户拒绝授权) ERR_USER_CANCEL = -2(用户取消 实际调用时:const { errCode, code } = await Wechat.sendAuthRequest('xxx', 'xxx'); 如果用户点了拒绝,这里的errCode拿不到。 只有在用户点同意的时候,这里的errorCode和code才能拿到

Hi i'm looking for some help on upload vs signing certificate for Android application. - I have manual APK that seems to use signing certificate. - But when the app...

按照文档配置好后,编译遇到以下错误,请问如何解决? Showing All Errors Only /Users/xxx/Desktop/my_project/shopapp/ios/Pods/Target Support Files/Pods-shopapp/Pods-shopapp-frameworks.sh: line 144: ARCHS[@]: unbound variable

麻烦作者大佬,有空更新一下,微信sdk版本,ios分享图片有的机型会报未验证应用,查了下是微信sdk没有最新的原因,目前微信最新sdk,ios:1.8.7.1, android: 6.6.4 @little-snow-fox

![image](https://user-images.githubusercontent.com/28777611/87662085-47170680-c794-11ea-9f26-1aaafebbca01.png) 请问是否支持 assets 里面的图片,react-native-wechat 是能分享这个格式的。

link react-native-wechat-lib 后编辑报错如下: ``` builds/5x7q66sS/1/clickeggs/rnmanager/node_modules/react-native-wechat-lib/android/src/main/java/com/theweflex/react/WeChatModule.java:10: 错误: 程序包androidx.annotation不存在 import androidx.annotation.Nullable; ^ ``` Google了很久都还没解决,特来这里求助一下。 环境: compileSdkVersion 26 buildToolsVersion "26.0.2"