PullToRefresh: increase pull resistance and threshold
This commit is contained in:
parent
0796dc359c
commit
c57d50aa4e
|
@ -33,6 +33,9 @@ export default class PullToRefresh extends React.Component {
|
|||
pullingContent={null}
|
||||
// `undefined` will fallback to the default, while `null` will render nothing
|
||||
refreshingContent={onRefresh ? undefined : null}
|
||||
pullDownThreshold={130}
|
||||
maxPullDownDistance={130}
|
||||
resistance={2}
|
||||
{...rest}
|
||||
>
|
||||
{children}
|
||||
|
|
Loading…
Reference in New Issue