react-native-sortable-listview
react-native-sortable-listview copied to clipboard
Drag drop capable wrapper of ListView for React Native
Since upgrading to RN 0.59.10, I'm finding quite often the list of items do not initially show at all, though space for them is taken up, but manually scrolling the...
Bumps [ws](https://github.com/websockets/ws) from 1.1.2 to 1.1.5. Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 1.1.5 > # Bug fixes > > - Fixed a DoS vulnerability (f8fdcd4). > > ##...
Bumps [ws](https://github.com/websockets/ws) from 1.1.4 to 1.1.5. Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 1.1.5 > # Bug fixes > > - Fixed a DoS vulnerability (f8fdcd4). Commits - [`24edef5`](https://github.com/websockets/ws/commit/24edef58a0aab05e8220f76bd2377614dd4eee85)...
Fixes https://github.com/deanmcpherson/react-native-sortable-listview/issues/160 Error: Cannot read property 'pageY' of undefined With fixing this, works like a charm! Thanks for this library and thanks @lytieunuong1 for pointing out the solution !
以下是我的问题, 请各位大神指教一下: 我需要在子组件中更改SortableListView的属性 data 的值,但是更改之后值是变了, 列表却没有触发重新渲染。 1. data 对象是这样的 ``` const tagList = { Web: { id: '5562b415e4b00c57d9b94ac8', title: '前端', name: 'Web', status: true, order: 1 }, Android: { id:...
Perhaps this is a duplicate of #56, which is still open but this component has a number of issues that are unaddressed. @deanmcpherson resigned almost 3 years ago, @nihgwu is...
Hold and drag to the last line, and drag one or two lines up without letting go. The insertion position is disordered. Ask the God to help, thank you.
On android 9 (physical device) or API 29 (simulator) I have an issue that causes list items to disappear if dragged on top of another element. Occasionally they will remain...
When dragging a component, I noticed that the component being dragged executes the `componentWillMount` method upon drag start. I believe that this would be a bug. The component shouldn't have...
We have used your latest react-native-sortable-listview, which works well on iOS, while really stuck on Android. More concretely, there are 3 points here (refer to the attached recording screens): 1)...