m-list-view icon indicating copy to clipboard operation
m-list-view copied to clipboard

ReactNative ListView Web Port

Results 21 m-list-view issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [react-test-renderer](https://github.com/facebook/react) to permit the latest version. Release notes *Sourced from [react-test-renderer's releases](https://github.com/facebook/react/releases).* > ## v16.7.0 > ### React DOM > > * Fix performance of `React.lazy`...

dependencies

Updates the requirements on [enzyme-to-json](https://github.com/adriantoine/enzyme-to-json) to permit the latest version. Release notes *Sourced from [enzyme-to-json's releases](https://github.com/adriantoine/enzyme-to-json/releases).* > ## v2.0.1 > Reintroduced Node 4 support ([#71](https://github-redirect.dependabot.com/adriantoine/enzyme-to-json/issues/71)) Commits - See full diff...

dependencies

Updates the requirements on [react-dom](https://github.com/facebook/react) to permit the latest version. Release notes *Sourced from [react-dom's releases](https://github.com/facebook/react/releases).* > ## v0.14.1 > ### React DOM > - Fixed bug where events wouldn't...

dependencies

![image](https://user-images.githubusercontent.com/5809621/36029022-6aad668a-0ddc-11e8-8ebb-e644df6e386d.png) 当触发滚动加载了另外一屏,此时的_prevRenderedRowsCount不再是0,当触发更新的诱因不是滚动,比如选中某一行的选中态,对于每个已渲染的行此时shouldupdate永远是false,listview 就不会将父级的新属性传递给子集的行对象了,导致行对象里的组件无法获取父组件的状态

should not use `ref`, then change innerText of dom element in react.

runtime: webView android4.4 react16.4 判断一下应该是由于这个问题引起的:

我在做一个IM 聊天界面的时候,希望初始化和有消息更新的时候,列表的滚动条都可以滚动到底部。 ```javascript scrollToCurrent() { const self = this setTimeout(() => { if (self.listView) { const { listviewRef } = self.listView if (listviewRef) { const scrollProperties = listviewRef.ListViewRef.getMetrics() if (scrollProperties)...

Hello! We are using this \ component on some of our app screens. When we enter screen A, the \ component is mounted. All ok. When we exit screen A,...

Hello, The ```throttle``` function that is found on ```[project]/es/util.js``` does not seem to work on my Android device when making the listview scroll with a single fast touch gesture. The...