(this._infScroll = infScroll)}
297 | style={style}
298 | >
299 | {this.props.pullDownToRefresh && (
300 |
(this._pullDown = pullDown)}
303 | >
304 |
312 | {!this.state.pullToRefreshThresholdBreached
313 | && this.props.pullDownToRefreshContent}
314 | {this.state.pullToRefreshThresholdBreached
315 | && this.props.releaseToRefreshContent}
316 |
317 |
318 | )}
319 | {this.props.children}
320 | {!this.state.showLoader
321 | && !hasChildren
322 | && this.props.hasMore
323 | && this.props.loader}
324 | {this.state.showLoader && this.props.hasMore && this.props.loader}
325 | {!this.props.hasMore && this.props.endMessage}
326 |