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

It would be great if instead of just passing an array of images, it could expose the ListView through this component.

I'm using react-native-cli: 2.0.1 react-native: 0.40.0 and this project doesn't seem to work on android anymore. anyone else experiencing this?

Can I have use some arguments to set the time that confirm the single Tap? I think it's about 700ms and it's too long for me.

安卓下这个插件加在modal时,在滚动未完成,按返回或其他操作卸载modal,应用闪退! undefined is not an object(evaluating 'this.refs['innerListView'].scrollTo') ViewPager.js:61 computeScrollOffset Scroller.js:203 callTimer JSTimerExecution.js:97 ......

> This component works on react-native 0.28+ and only supports remote images for now. The readme says only remote images but it seems to work for local iOS simulator images....

is there any way to change the scrollbar color (page indicator)? it's always black.

First image in gallery displays correctly, clicking on it yields the following, tried older versions, and different images, wrapping it in a View, etc and nothing seems to make a...

Hey, Using this `gallery.getViewPagerInstance().setPage(page)` where `page` is a number index of an existing position array. after this, the render method with the Gallery component is called, not using initialPage since...

安卓有些机型(红米4)第一张图片出不来,要滑动到第二张,再滑到第一张才出来