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