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

Image Viewer Component For React Native (like twitter)

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

原生实现的大图浏览,左右滑动带有弹性效果,包括双击放大,拖拽等,都有很多动画效果,这些用 RN 实现貌似体验上差异很大,这个组件是否支持呢?

enhancement

我修改了一下你的库,当不点击的时候显示中等清晰度的图片,然后点击的时候我替换成高清图片地址。但是替换完成后弹出来的Modal展示的图片尺寸不对,显示的是一个截取后的正方形图片。有没有什么办法解决这个问题呀,谢谢

Can i use this component as an image slider/carousel?

Import `PropTypes` from the react package is deprecated, I've just added the `prop-types` package and updated the references throughout the code.