react-native-drag-sort icon indicating copy to clipboard operation
react-native-drag-sort copied to clipboard

🔥🔥🔥Drag and drop sort control for react-native

Results 53 react-native-drag-sort issues
Sort by recently updated
recently updated
newest added

频繁的拖动后,会报这个错 ``` TypeError: Cannot read properties of null (reading 'ref') This error is located at: in AnimatedComponent in AnimatedComponentWrapper (created by DragSortableView) ```

好兄弟,能支持拖拽分组吗?类似手机桌面图标拖拽效果。

版本 2.4.4 核心代码 1级分类 (drag.current = dragRef)} dataSource={classifyManageList} keyExtractor={(item, index) => index} renderItem={(item, index) => manageItem(item, index)} onDataChange={(data, callback) => { console.log('打印顺序', data) setClassifyManageList(data) callback() }} movedWrapStyle={styles.item_moved} onDragEnd={() => {}}...

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [react-native](https://github.com/facebook/react-native), [mkdirp](https://github.com/isaacs/node-mkdirp) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's...

dependencies

When a AutoDragSortableView wrapped by a horizontal scrollview, drag gesture was disabled. How can I fix this conflict.

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Hello, Thank you very much for this library. I am using it and it was simple and it works well ! In my case, I am using 1 main sortable...

I have required this structure, please help!