Results 5 comments of icecivil

> 解决了吗? @uniwisi ,这要怎么办? 用react-native-wechat-lib替换可以

> > > 解决了吗? @uniwisi ,这要怎么办? > > > > > > 用react-native-wechat-lib替换可以 > > 我使用了` react-native-wechat-lib`,依然有未验证应用的问题。真是奇怪 微信不是实时更新的名单 ![image](https://user-images.githubusercontent.com/22497458/91549995-6b9cfb80-e95a-11ea-809c-9cf25f8c07df.png)

> ![image](https://user-images.githubusercontent.com/50160159/85256090-1cd47080-b496-11ea-8353-ad90586c6a2d.png) > > 给ScrollableTabView 设置 style={{height: 2000}} 可以显示 但是我的高度是动态的 我遇到到同样的问题,底层区分平台,ios使用的scrollview,Android是ViewPagerAndroid,可以试试给minHeight

@januslo RN0.57版本上Android/IOS均可正常使用,升级至RN0.61以上,Android调试通过。 link于podfile中添加pod 'RNReactNativeLocalBarcodeRecognizer', :path => '../node_modules/react-native-local-barcode-recognizer' 。修改并添加podspec文件至index同级目录后build成功, ![image](https://user-images.githubusercontent.com/22497458/95731196-c6dc4080-0cb1-11eb-834e-0640a737bdb9.png) 运行iOS,报错误Cannot read property 'decode' of undefined ,如下图 ![image](https://user-images.githubusercontent.com/22497458/95731033-9694a200-0cb1-11eb-8f5e-a223be38ff29.png)

你的RN版本是多少,我在0.57运行正常,升级至0.61也报这个错误