react-native-image-viewer
react-native-image-viewer copied to clipboard
🚀 tiny & fast lib for react native image viewer pan and zoom
Bumps [tar](https://github.com/npm/node-tar) from 4.4.1 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Sorry, bug was in my code, please close this.
When rendering left and right arrows, on tapping the arrow, either `this.goBack()` or `this.goNext()` is called. See current implementation: ``` {this!.props!.renderArrowLeft!()} ``` However, in `this.goBack` and `this.goNext`, `this.loadImage` is never...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. 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 [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. 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 [react-native](https://github.com/facebook/react-native) from 0.59.8 to 0.62.3. Release notes Sourced from react-native's releases. v0.62.3 This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers...
Hi, So my problem is that, i need to close the modal , so if press outside the image , modal should close, for that i need a event in...
How to change the color position of the top page number
When unmounting ImageViewer quickly, i.e before image appears, I get `Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak...