flashScrollIndicators: function()

in deprecated-react-native-listview/index.js [304:308]


  flashScrollIndicators: function() {
    if (this._scrollComponent && this._scrollComponent.flashScrollIndicators) {
      this._scrollComponent.flashScrollIndicators();
    }
  },