rn-drag-n-drop
v1.0.1
Published
Drag and drop animation on list items.
Downloads
4
Maintainers
Readme
rn-drag-n-drop
This animation is referencing from Sortable list view for react-native
Customized drag-n-drop component that allows users to replace the content of the drop location with the dragged one
Version 1.0.1 supports react-native >= 0.29.0
Add it to your project
install rn-drag-n-drop as described below:
- Run
npm install --save rn-drag-n-drop@latest
API
####Props
- LeftColumnData (Object) Left data source
- RightColumnData (Object) Right data source
Other props are same as Sortable list view for react-native
License
License is MIT