React Native Animation Library A Draggable Sortable Grid Library(Android IOS)

Preethi Rao
2 min readMay 19, 2019

Demonstrate briefly about animation library in react native with a Sample Animation which basically allows sorting of grid items on touch.

A Library that can perform these task

  • Sorting the Grid Items on Dragging
  • Merge Animation If you like to perform(Similar to launcher animation)
  • Delete Grid item with re-ordering animation

To begin with

Create your react-native project by calling

react-native init my-grid

Then switch to the project directory and install the following library

npm i react-native-drag-drop-grid-library — save

Link to the npm repository of the library

Sample demonstrate how to use the sorting on Dragging grid Item feature

In order to use other features you can refer the github repository. This github repository also shows how the library has been implemented. In order to know more about the animations please do reply in comments. I will come up with new post about react-native animations.

Thanks You for Reading My First Post :)

--

--