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

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind

Results 96 react-native-image-gallery issues
Sort by recently updated
recently updated
newest added

It would be great if ActivityIndicator is displayed in case of a bigger image or slower connection. Even if not as a default behaviour, at least it would be great...

Not showing in android but iOS showing fine. Here this is my code: ``` { this.state.animating == true ? Please Wait it's Loading Calender ...... : { this.galleryCount } {...

I was facing an undesired outcome with this module and with the help of Charles Proxy I managed to find out when loading an image like this, ``` { source:...

I have a problem with this component about orientation change on Android. If I change the orientation from portrait to landscape and even if I am already in landscape mode,...

When having multiple images (more than 3) the scrolling to the correct position in the list after rotating the screen is not working correctly on android. When i swipe to...

I was wondering why the gallery always showed "cannot be displayed" when I just copied and pasted the code from the README. It works when I replace the `http://` with...

The initialPage option does not work correctly on Android without using getItemLayout (which is true since https://github.com/archriss/react-native-image-gallery/pull/47). Since the list does not know the dimensions of the views, it cannot...

My images need an extra Authorization header for it to show. Can this please be added to the `source` object of the image? (like a regular RN Image).

Hi, I've been doing some experiments with tree shaking and I found one problem with the way that react-native was being imported in one of the modules in this project....

I've been doing several experiments with tree shaking and react-native bundles. I had a very simple change to this module to fix using it with a tree shaker. Basically, you...