Skip to content

Commit

Permalink
fix: 🐛 修复RN中,页面开启enablePullDownRefresh后,页面下拉刷新失效
Browse files Browse the repository at this point in the history
  • Loading branch information
朱凌霄 authored and 朱凌霄 committed May 31, 2019
1 parent baa4797 commit cfec368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-router-rn/src/RefreshProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class RefreshProvider extends React.Component {
ref={this._scrollView}
contentContainerStyle={{minHeight: '100%'}}
scrollEventThrottle={5}
alwaysBounceVertical={false}
alwaysBounceVertical
onScroll={this.onScroll}
refreshControl={
enablePullDownRefresh
Expand Down

0 comments on commit cfec368

Please sign in to comment.