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

和 NavigatorIOS 的手势 滑出的时候会报错,大概判断时当页面推出,容器销毁以后, Scroller 会继续执行,导致了这个错误 错误的相关代码是 `this.refs['innerListView'].scrollTo({x: curX, animated: false});` ![image](https://cloud.githubusercontent.com/assets/491651/17726696/3b470432-6487-11e6-978f-b415c4021755.png)

Hello, I just tried the Demo and the images don't seem to be adapting correctly after rotating the device. Happened on both the Simulator and real Device. ![simulator screen shot...