scrollResponderHandleScroll: function()

in deprecated-react-native-listview/ScrollResponder.js [363:366]


  scrollResponderHandleScroll: function(e: ScrollEvent) {
    (this: any).state.observedScrollSinceBecomingResponder = true;
    (this: any).props.onScroll && (this: any).props.onScroll(e);
  },