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

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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 [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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 [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...

dependencies

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...