kstain
kstain
@musicode Here is my [PR](https://github.com/halilb/react-native-photo-browser/pull/20) for zooming photo. Waiting for being accepted.
@zhangyu921 哈哈~😄~似乎也没要新开了
@leeeGreat @Buddha 我的问题是: 1、比如项目的部署版本是ios8,则组件react-native-speech-iflytek的项目部署版本不能高于ios8 2、2019-2-24 下载的SDK还没这问题,这个似乎是新版本的问题 3、既然改不了讯飞的源码(猜测哪块调用glog时产生了野指针),还好能改 glog 的源码: ``` inline void LogDestination::SetLogDestination(LogSeverity severity, const char* base_filename) { //=============修改前的代码 //assert(severity >= 0 && severity < NUM_SEVERITIES); //=============修改后的代码↓↓↓↓↓↓↓↓↓↓↓↓ char* base_filename_copy =...
@xll503721 @helloshuang @cheneywan #36 [临时的解决方案可以试下 #issuecomment-477678219](https://github.com/zphhhhh/react-native-speech-iflytek/issues/36#issuecomment-477678219)
@yangsamuellu #36 [临时的解决方案可以试下 #issuecomment-477678219](https://github.com/zphhhhh/react-native-speech-iflytek/issues/36#issuecomment-477678219)
@winzig Nice job! Thank you.
@michaelswe this is the exactly the problem I came across. This is the [PR](https://github.com/ldn0x7dc/react-native-view-pager/pull/5) to resolve it
@slorber @budiga ListView has a prop: initialListSize you can try it? Maybe we need to export a prop listViewProps. also you can move to @mjebrini 's answer https://github.com/ldn0x7dc/react-native-view-pager/issues/4#issuecomment-279120046
也许单独把上拉刷新抽离出来会可订制性更高🙂[参见这个PR](https://github.com/geek-prince/react-native-page-listview/pull/10), @geek-prince @mrxiruo
@sundayha 哪个版本?会不会是因为和页面别的scrollview冲突了,一般在监听到有滑动时又滑动的话,相互冲突的时候可能会出现“死循环”,你可以先试试一个简单的页面有没有问题