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