Closed christoph-jerolimov closed 6 years ago
Just delegate the refreshControl props.
refreshControl
Usage example:
<Masonry bricks={data} refreshControl={ <RefreshControl refreshing={this.state.refreshing} onRefresh={this.refresh} /> } />
@jerolimov My apologies for missing this PR! Looks good, I'll go ahead and update the doc.
Just delegate the
refreshControl
props.Usage example: