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

A pure JavaScript image gallery component for react-native apps with common gestures like pan, pinch and doubleTap, supporting both iOS and Android.

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

This could be a fantastic library, just what I need. But there are too many bugs and shortcomings creeping up on me. Of course I can't blame anyone. If I...

Hello, Great component! However, sometimes the first image doesn't show up, I need to scroll to the second image and back to the 1st for it to show up. Or...

你的RN版本得升级了,现在是react native 49,不升级报错,将React中的PropTypes换成下面的就可以了 import PropTypes from "prop-types";

Hi, I love this library I think its a really great amount of good work, but I would like to more functionality to this module, I would like to be...

When the component is sliding from one image to another and you quickly close the modal, and unhandled error is thrown: ` undefined is not an object (evaluating '_this.refs['innerListView'].scrollTo')`

Hey there We currently have the legal requirement of having explicit LICENSE files for this dependency, this only adds that file to the repo. If you could approve and merge...

As far, I got it done with an APP roughly so it'll be better if the gallery provides features as followed: 1. Image loading progress, please refer this: https://github.com/oblador/react-native-image-progress 2....

Hi, I think it's a desirable feature to be able to render alternative states for each individual image in the gallery, for instance, a "loading" component while the image is...

support the longPress method? onSingleTapConfirmed --> dismiss onLongPress --> save

以下代码当 initialPage =0 的时候,第一张图没有垂直居中,不知道是因为插件本省的bug? 还是因为我把 Gallery 套在了 navigatorIOS下导致的。 不过 如果 initialPage = 1 或者 其他值的时候,预览的图片正确居中。 还能提供一个信息,第一张图没有垂直居中的时候,如果滑动页面,图片的位置会再次渲染跳转到正确的居中位置。 ``` this.initialPage = 0; this.urls = [url,url]; { // alert("onSingleTapConfirmed") this.navigator.pop() }} /> ```...