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

A pure JavaScript image viewer component for react-native apps with pan, pinch.etc, supporting both iOS and Android.

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

passing BASE64 of an image like `data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAAEXRFWHRTb2Z0d2FyZQBwbmdjcnVzaEB1SfMAAABQSURBVGje7dSxCQBACARB+2/ab8BEeQNhFi6WSYzYLYudDQYGBgYGBgYGBgYGBgYGBgZmcvDqYGBgmhivGQYGBgYGBgYGBgYGBgYGBgbmQw+P/eMrC5UTVAAAAABJRU5ErkJggg==` always ends up in showing ERROR.JPG

How can I load images from local path? Every time I give relative path it just throws out the ERROR.JPG

The zoom is really shallow. Is it possible to set a larger zoom?

Hey! Julian here. I was able to add the posibility to add a description below the photo to your Image Viewer. Do you want me to create a pull request...

It feels very irritating to press the top back button everytime I open a photo. I want to close the photo viewer when I press hardware back button.