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

A grid display for multiple images which you can view on clicking in fullscreen mode and swipe through.

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

I'm currently using the 'react-native-grid-image-viewer' in my React Native project, and it's working great. However, I would like to customize the way image items are rendered within the grid. I...

Upon tapping the item in the list , modal to show enlarged image opens but only renders one of the given images not all. It is totally random it sometimes...

Use `FlatList` instead of `ScrollView` for modal to address performance problems with many images. ## Considerations - Consider adding a `keyExtractor` prop that will allow developers to use a better...

Hey @ansh-099, (the discussion tab is not active, so I'm opening a issue) It seems the repo hasn't moved much in the last year. I need to change some features/functions...

Is there a way to render an empty text or image showed when Array is empty? Something like, "No images to show" or ListEmptyComponer FlatList props.

how can i implement infinity scroll on this library ? Thank you