rn-drag-n-drop icon indicating copy to clipboard operation
rn-drag-n-drop copied to clipboard

Customized drag-n-drop component that allows users to replace the content of the drop location with the dragged one.

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.0 supports react-native >= 0.29.0

Demo

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