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

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

Open jun-lu opened this issue 8 years ago • 0 comments

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

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

image

jun-lu avatar Aug 17 '16 06:08 jun-lu