DEV Community

Discussion on: I've released over 100 apps in React Native since 2015, Ask Me Anything!

Collapse
 
arungopan profile image
Arungopan Gopakumar

Hey I am currently working in REACT NATIVE project. Our team is using Sectionlist component and we would like to implement drag / drop functionality with section. I need to move items from one section to be other using drag / drop. I was able to make the items draggable by using panresponder api. But how to get the reference of drop zone ? When the item is dropped, I need to know to which section I have dropped the item. Can you please share your thoughts on the same.