SHISME / react-native-draggable-grid

A draggable and sortable grid of react-native
315 stars 95 forks source link

Pass the currentPosition of the item on press event along with the item data. #11

Open Dalamar opened 5 years ago

Dalamar commented 5 years ago

This is very useful when for example you need to render an overlay view right on top of the pressed item. Introducing dragEnabled property (true by default) to block drag feature.