react-native-image-viewer
react-native-image-viewer copied to clipboard
🚀 tiny & fast lib for react native image viewer pan and zoom
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 [](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...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](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...
How to hide the menus?
Is it possible to add close button in Modal? 
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...
 之前版本也不行更新到最新 还是不行 
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...