yarn add react-native-drag-sort or npm i react-native-drag-sort --saveexport{ DragSortableView, AutoDragSortableView } Performance(GIF) API AutoDragSortableView、DragSortableView dataSource: PropTypes.array.isR
yarn add react-native-drag-sort or npm i react-native-drag-sort --saveexport{ DragSortableView, AutoDragSortableView } Android版演示地址 必须要写属性 keyExtractor={(item,index)=> item.id} id为你数据的唯一识别,没有可用index代替item.id。
npm npm install @react-native-oh-tpl/react-native-drag-sort Tip Use priority: DragSortableView > AutoDragSortableView > AnySizeDragSortableView 1、If the width and height are fixed and there is no need to slide, use DragSortableView. 2、If the width and height are fixed and you need...
yarn add react-native-drag-sort or npm i react-native-drag-sort --saveexport{ DragSortableView, AutoDragSortableView } Performance(GIF) AutomaticSlidingOnePageAutomaticSlidingThreePage ScrollFixedAddPageDragDeletePage SortAndFixedPageOneRowsPage