markmccoid / react-native-drag-and-order

react native expo module to create a list that you can drag and reorder items
MIT License
25 stars 0 forks source link

Tapping the handle focuses the the item #1

Open AnthonyGress opened 1 year ago

AnthonyGress commented 1 year ago

When tapping any handle, it focuses the item, you cant undo that focus unless you move it. It would be better if it is only focused if the item is actually moved. Is there a way to change this? I'm happy to help in any way I can.

Thank you

IMG_0575

markmccoid commented 1 year ago

I just found this out also. I'm working to update this to use reanimated v3. I'm not quite sure how to make it a module without breaking everything, but will do my best.