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

Performant, native-like, and well-customizable gallery for React Native.

Results 23 react-native-awesome-gallery issues
Sort by recently updated
recently updated
newest added

I'm using the following dependencies: ``` "dependencies": { "react": "17.0.2", "react-native": "0.68.1", "react-native-awesome-gallery": "0.3.5", "react-native-gesture-handler": "^2.4.1", "react-native-reanimated": "^2.8.0" }, ``` Once an image is removed from the array, gestures stop...

Inside Modal its not working Please kindly help

Hey again! I'm not using expo image, I don't know if it can be related, but when I've got more than 1 image into my data, it's not showing correctly...

`i` have hd image like size is 1 to 2 mb but on zooming its not visible clear how can i retreive actual image quality but in web its showing...

I'm using a renderItem and I added description, but I wanna hide the text when scale is different to 1. I'm using `onScaleStart` and `onScaleEnd ` and its working, but...

Hello, this package is awesome. ı want to add opacity transition while swipe to close. ı tried something but the changes ı made doesn't affect the code. How can ı...

After cloning this library, I've stuck with the wrong dependency version. This PR fixed it

Hello! Great work on this library, it's really helping me out a lot! I have a problem/question, and I'm not sure if it's just my implementation or a limitation of...

When I try to pinch out the image, the behavior spirals out of control :P. Attached is a video and my code that is based on the example code: https://gist.github.com/eladgel/a4cf0ac8063c2ad85ee80ff79de1d7d3...