Skip to content

Commit 28e0103

Browse files
committed
add onHeaderReleased event
1 parent b77c920 commit 28e0103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SmartRefreshControl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ SmartRefreshControl.propTypes = {
8787
onHeaderReleasing:PropTypes.func,
8888
onPullDownToRefresh:PropTypes.func,
8989
onReleaseToRefresh:PropTypes.func,
90+
onHeaderReleased:PropTypes.func,
9091
enableRefresh: PropTypes.bool,//是否启用下拉刷新功能
9192
HeaderComponent:PropTypes.object,
9293
headerHeight:PropTypes.number,

0 commit comments

Comments
 (0)