We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7877d2b commit af45d84Copy full SHA for af45d84
GiftedListView.js
@@ -288,7 +288,7 @@ var GiftedListView = React.createClass({
288
289
_postRefresh(rows = [], options = {}) {
290
this._updateRows(rows, options);
291
- if (this.props.refreshable === true) {
+ if (this.props.refreshable === true && Platform.OS !== 'android') {
292
// @issue
293
// if a scrolling is already in progress, this scroll will not be executed
294
this._scrollResponder.scrollTo(this.props.refreshableViewHeight);
0 commit comments