galexandrade/react-image-marker

draggable markers?

Opened this issue · 1 comments

any ideas on how a marker could be dragged and update its new position.

That is a good question @jnachman123. I think it is possible to achieve this using https://react-dnd.github.io/.
It would require a spike. I'd appreciate it if you want to contribute to the project and play with React DND and open a PR if there is anything we need to implement on our side to make it work.