Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.09 KB

Sortable lists in React Native

This is but a sample project that wants to reach a performant list with the ability to sort via drag-n-drop.

The code in here is really ugly, as I am trying to minimize the API needed for the "sortable list component".

If you want to take a look at it, please feel free but, again, I'm not really proud of the code here atm.

Demo

TODO

Acknowledgements

The examples in this lib are based on:

Thanks for sharing your code, you are all awesome!