m-list-view
m-list-view copied to clipboard
ReactNative ListView Web Port
Bumps [coveralls](https://github.com/nickmerwin/node-coveralls) from 2.13.3 to 3.1.1. Release notes Sourced from coveralls's releases. Maintenance / Security updates swapped exec for execFile. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx....
Bumps [jest](https://github.com/facebook/jest) from 19.0.2 to 27.0.6. Release notes Sourced from jest's releases. 27.0.6 Fixes [*] Publish all modules to include the build change in #11569 27.0.5 Features [@jest/fake-timers] Flush callbacks...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 15.7.0 to 17.0.2. Release notes Sourced from react's releases. 17.0.2 (March 22, 2021) React DOM Remove an unused dependency to address the SharedArrayBuffer cross-origin isolation warning. (@koba04...
Bumps [zscroller](https://github.com/yiminghe/zscroller) from 0.4.8 to 0.7.1. Changelog Sourced from zscroller's changelog. History 0.7.0 / 2020-10-26 support defaultScrollX, defaultScrollY, defaultZoom 0.6.0 / 2020-02-20 unify pc and mobile interaction 0.4.0 / 2017-10-07...
Bumps [fbjs](https://github.com/facebook/fbjs) from 0.8.17 to 3.0.0. Commits a3798d8 v3.0.0 b4d0814 v1.0.0 fbjs-scripts 61a7a5f v1.0.0 fbjs 7acb117 Merge pull request #305 from SimenB/patch-1 520ae51 allow eslint-plugin-babel@5 b512623 fix: allow babel-eslint 9...
Bumps [rc-tools](https://github.com/react-component/rc-tools) from 6.5.7 to 9.6.1. Commits See full diff in compare view Maintainer changes This version was pushed to npm by chenshuai2144, a new releaser for rc-tools since your...
Last commit is over 1.5 years ago. When using it now it will generate a lot of deprecation warnings when used.
Updates the requirements on [warning](https://github.com/BerkeleyTrue/warning) to permit the latest version. Release notes *Sourced from [warning's releases](https://github.com/BerkeleyTrue/warning/releases).* > ## v4.0.3 > > * chore(release): v4.0.3 ([3c44be7](https://github.com/BerkeleyTrue/warning/commit/3c44be7)) > * docs(CHANGELOG): v4.0.3 ([8809fa6](https://github.com/BerkeleyTrue/warning/commit/8809fa6))...
需求是: 长列表只有一个吸顶,不是示例的那种很多标题吸顶, 所以我就改了一下, 把StickyContainer 放在了renderSectionBodyWrapper里面渲染 把Sticky 放在 renderHeader 里面渲染 复现:https://codesandbox.io/s/04xozqryjv code: ``` export default class Demo extends React.Component { ... return ( this.lv = el} dataSource={this.state.dataSource} className="am-list sticky-list" // useBodyScroll...