scrollResponderHandleTouchStart: function()

in deprecated-react-native-listview/ScrollResponder.js [436:439]


  scrollResponderHandleTouchStart: function(e: PressEvent) {
    this.state.isTouching = true;
    this.props.onTouchStart && this.props.onTouchStart(e);
  },