react-native-refresh-list-view icon indicating copy to clipboard operation
react-native-refresh-list-view copied to clipboard

基于FlatList的上拉、下拉刷新组件

Results 30 react-native-refresh-list-view issues
Sort by recently updated
recently updated
newest added

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

这个问题,在Closed里面看到过,但是我这里 onEndReachedThreshold={0.1} 设置了 ,是最新的代码,但是还是不行,如果断点调试就不会,不断点就会出现,调试了下,发现都是 _onScroll 里触发的,触发第二次是 contentsize 还没刷新,是不是因为下拉滑动过快,然后请求很快回来,然后还在 _onScroll 里执行多次触发 _maybeCallOnEndReached ? 我这边的RN是 0.46.4 ,在demo里修改RN版本后报错,iOS跑不起来

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

```javascript onHeaderRefresh = () => { // 下拉刷新 this.setState({refreshState: RefreshState.HeaderRefreshing}, () => { this.getGoods(true, {offset: 0}) }) } onFooterRefresh = () => { // 上拉加载 this.setState({refreshState: RefreshState.FooterRefreshing}, () => {...