David

Results 49 comments of David

@mtfCloud 你好这是我的文件结构,能麻烦具体告诉我修改哪个文件吗?非常感谢。 ![截屏2020-10-21 09 20 27](https://user-images.githubusercontent.com/11532418/96661608-0d4f3080-137f-11eb-9df2-fc84bf7ce51d.png)

@mtfCloud 可能是这个原因,因为我这个的目录包名和我在`build.gradle`中设置的`applicationId`是不一样的。可能和这个有关系。我试试怎么改。非常感谢。安卓新手,只能硬着头皮弄。

@mtfCloud 修改好后,完全打不开微信支付页面了。之前是能打开取消没有回调。

我已经在#582 中搞明白这个问题。

@tarzan1110 @M1seRy I have the same issue. Did you solve it?

#431 #582 May find some clues from those comments.

``` await WeChat.shareToTimeline({ type: 'news', title: '这是一条来自XX2.0的文章', description: '^^是不是很期待', thumbImage: 'https://img.jpeg', webpageUrl: 'http://www.baidu.com' }) ``` @YangShaoXiong 安装到真机就没问题了。

@YangShaoXiong ``` "react": "16.11.0", "react-native": "0.62.2", ``` 真机Release就没问题了

初步判断是  `IQKeyboardManager`的原因,我们的项目中有这个库我试了一下如果有这个库就会出现上边的问题,没有就不会!和本库没有关系!