[RN] React Native 使用 图片预览和放大 插件 react-native-image-zoom-viewer 过程中,放大报错问题

React Native 使用 图片预览和放大 插件 react-native-image-zoom-viewer 过程中,放大报错问题

报错如下:

 

Cannot record touch end without a touch start

 

 

解决方法:

在入口文件 index.js 中加入

console.reportErrorsAsExceptions = false;

 

解决方法来自:

https://github.com/facebook/react-native/issues/15059

 

posted @ 2019-06-11 16:57  wukong1688  阅读(2212)  评论(0编辑  收藏  举报