react-native-image-zoom icon indicating copy to clipboard operation
react-native-image-zoom copied to clipboard

react native image pan and zoom

Results 73 react-native-image-zoom issues
Sort by recently updated
recently updated
newest added

问题: 1. 我做一个图片浏览器, 外层是用的 flatList, flatList 的 item是由react-native-image-zoom包着的控件, 当我放大图片之后, 我想滑动图片看细节, 但是一滑动图片, 后面的 flatList 就滑动了, 有什么办法可以阻止当前的 flatList 滑动吗, 等当前的 图片滑动到边缘之后, 后面的 flatlist再接收到滑动事件, 就像原生一样

在持续滑动的过程中, 反向移动, 横向就不能跟着移动了, 测试出来的是horizontalWholeOuterCounter计算相关的Bug, 在使用过程中感觉horizontalOuterRangeOffset这个函数完全可以被onMove替代! 所以我简单的注释掉, 然后把Y计算的类似写一份X的就可以了! 有待作者验证!