Norcy
Norcy
看下了 API 请求,message/list 只能返回近 3 天的数据。因此全量数据其实是存放在本地客户端的,如果换设备了,这些数据就会面临丢失的问题
Adding `scrollEnabled={false}` can solve it
https://github.com/gre/react-native-view-shot/issues/113
same issue. Thanks to @callaars This patch code works for me ```js diff --git a/node_modules/react-native-logs/src/index.ts b/node_modules/react-native-logs/src/index.ts index 8b82148..0fc7c35 100644 --- a/node_modules/react-native-logs/src/index.ts +++ b/node_modules/react-native-logs/src/index.ts @@ -50,7 +50,7 @@ let stringifyFunc =...
This MR came just in time! I found this bug just a few days ago
Why not merge
见 https://github.com/little-snow-fox/react-native-wechat-lib/issues/288
> https://dldir1.qq.com/WechatWebDev/opensdk/OpenSDK2.0.4.zip 下载最新的sdk,解压替换掉文件中libWeChatSDK.a 即可 1.x 的版本可用吗,还是得升级到 3.x @xueling794 @justin-lms
> > https://dldir1.qq.com/WechatWebDev/opensdk/OpenSDK2.0.4.zip 下载最新的sdk,解压替换掉文件中libWeChatSDK.a 即可 > > 1.x 的版本可用吗,还是得升级到 3.x [@xueling794](https://github.com/xueling794) [@justin-lms](https://github.com/justin-lms) 我用了最简的方法:https://github.com/little-snow-fox/react-native-wechat-lib/issues/288