I like the simplicity of this if you are also using React.js
https://www.npmjs.com/package/react-pull-to-refresh
Example:
<ReactPullToRefresh onRefresh={this.handleRefresh} className="your-own-class-if-you-want" style={{ textAlign: 'center' }}> <h3>Pull down to refresh</h3> <div>{items}</div> <div>etc.</div> </ReactPullToRefresh>
source share