scrollResponderHandleMomentumScrollBegin: function()

in deprecated-react-native-listview/ScrollResponder.js [411:414]


  scrollResponderHandleMomentumScrollBegin: function(e: ScrollEvent) {
    this.state.lastMomentumScrollBeginTime = global.performance.now();
    this.props.onMomentumScrollBegin && this.props.onMomentumScrollBegin(e);
  },