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

报错如下:

 

Cannot record touch end without a touch start

 

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

 

解决方法:

在入口文件 index.js 中加入

console.reportErrorsAsExceptions = false;

 

解决方法来自:

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

 

相关文章:

  • 2021-08-19
  • 2022-12-23
  • 2021-08-04
  • 2022-02-19
  • 2021-08-10
  • 2022-02-27
  • 2022-12-23
  • 2021-08-01
猜你喜欢
  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2021-12-15
  • 2021-06-04
  • 2022-02-02
相关资源
相似解决方案