react-native-drag-sort icon indicating copy to clipboard operation
react-native-drag-sort copied to clipboard

implement ghost style prop

Open corupta opened this issue 4 years ago • 3 comments

implemented a new style prop for AnySize component, to change the style of the item that's being moved (the one in background)

my use case: I wanted to keep opacity 1 for the flying item, but 0.5 for the one in background.

corupta avatar Sep 21 '21 20:09 corupta

thanks for implementing this package btw, it is solving a huge problem for me, I can use it in a hacky way to implement nested drag-drop functionality. If anyone wishes, I can share my hacky wrapper as well but might need to clean it first.

Update: released my hacky wrapper, fyi react-native-nested-dnd

corupta avatar Sep 21 '21 20:09 corupta

Thank you for your suggestion, it is a very good suggestion, I will add it in my free time

mochixuan avatar Sep 22 '21 01:09 mochixuan

@mochixuan any news on this? :)

hirbod avatar Apr 18 '22 22:04 hirbod