setNativeProps: function()

in deprecated-react-native-listview/index.js [310:314]


  setNativeProps: function(props: Object) {
    if (this._scrollComponent) {
      this._scrollComponent.setNativeProps(props);
    }
  },