scrollResponderHandleMomentumScrollEnd: function()

in deprecated-react-native-listview/ScrollResponder.js [419:423]


  scrollResponderHandleMomentumScrollEnd: function(e: ScrollEvent) {
    FrameRateLogger.endScroll();
    this.state.lastMomentumScrollEndTime = global.performance.now();
    this.props.onMomentumScrollEnd && this.props.onMomentumScrollEnd(e);
  },