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

🚀 tiny & fast lib for react native image viewer pan and zoom

Results 100 react-native-image-viewer issues
Sort by recently updated
recently updated
newest added

If I try to open any image only blank screen appears. Once I close the image and then open then Image is loading. I am doing exactly what is shown...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Is it possible to add close button in Modal? ![Screenshot 2021-09-04 011811](https://user-images.githubusercontent.com/57602380/132070382-47c76f3f-9854-4119-b12b-4379998f3d37.png)

I can't figure out how to use renderHeader and renderFooter. There's no example anywhere of this. I'm putting these props inside ImageViewer but nothing new is showing. What do I...

![image](https://user-images.githubusercontent.com/7380874/132660693-78b8babb-62c7-473b-93a0-ecf0a90b2112.png) 之前版本也不行更新到最新 还是不行 ![image](https://user-images.githubusercontent.com/7380874/132660922-44dce0df-c672-4bf0-a293-67ab191f508e.png)

ERROR Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions...

无法滑动图片,滑动事件老是触发点击事件。 目前的我只能把代码改成这样, setModalVisible(false)}> { console.log('onSave=>', url); }} onClick={(onCancel) => { console.log('onClick=>', onCancel); }} menus={() => null} menuContext={{saveToLocal: '保存图片', cancel: '取消'}} index={index} enableSwipeDown={false} saveToLocalByLongPress={false} /> 改成这样后,图片仅只有预览功能,还是不可以滑动 感觉还不如直接用,

Been using this project from some time in my Side Project, but I noticed recently that on the latest version of iOS 14 the images fail to load and you...