You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kimjuny
changed the title
[WEB]List在useBodyScroll时使用RefreshControll会无线触发onEndReached
[WEB]List在useBodyScroll时使用RefreshControll会无限触发onEndReached
Apr 13, 2017
ListView
在useBodyScroll
时,如果同时配置了RefreshControl
,只要开始上、下滑动(而不是到达onEndReachedThreshold的时候)就会无限触发onEndReached。多次尝试组合参数scrollRenderAheadDistance、scrollEventThrottle、onEndReachedThreshold结果都一样。完整DEMO代码(其实就在官方DEMO上只添加了一行
refreshControl={<RefreshControl onRefresh={() => {}} />}
即可):The text was updated successfully, but these errors were encountered: