1.0.1 • Published 7 years ago

rn-drag-n-drop v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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