ldn0x7dc / react-native-gallery

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

和 NavigatorIOS 的手势 滑出的时候会报错 #14

Open jun-lu opened 8 years ago

jun-lu commented 8 years ago

和 NavigatorIOS 的手势 滑出的时候会报错,大概判断时当页面推出,容器销毁以后, Scroller 会继续执行,导致了这个错误

错误的相关代码是 this.refs['innerListView'].scrollTo({x: curX, animated: false});

image