Closed Ramzankhan123 closed 3 years ago
Could you provide some more detail here? Are you trying to drag items from one DraxList to another?
I have nested array . I want to drag and drop item in one list to another list
let dummyArray = [ { id: 1, text: 'Chloe', nestedList: [ { id: 11, title: 'assignment 1', image: 'https://placekitten.com/200/240', }, { id: 12, title: 'assignment 2', image: 'https://placekitten.com/200/201', }, { id: 13, title: 'assignment 3', image: 'https://placekitten.com/200/202', }, { id: 14, title: 'assignment 4', image: 'https://placekitten.com/200/203', }, ] }, { id: 2, text: 'Jasper', nestedList: [ { id: 21, title: 'assignment 11', image: 'https://placekitten.com/200/240', }, { id: 22, title: 'assignment 12', image: 'https://placekitten.com/200/201', }, { id: 23, title: 'assignment 13', image: 'https://placekitten.com/200/202', }, { id: 24, title: 'assignment 14', image: 'https://placekitten.com/200/203', }, ] } ]
Sorry, this feature is not currently provided by the library. I'm closing this issue as a duplicate of #71
I solved my problem with the help of your library. Thanks for your help
On Wed, Jun 23, 2021, 7:53 AM Joe Lafiosca @.***> wrote:
Sorry, this feature is not currently provided by the library. I'm closing this issue as a duplicate of #71 https://github.com/nuclearpasta/react-native-drax/issues/71
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nuclearpasta/react-native-drax/issues/100#issuecomment-866471163, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKQZLNOWA4OZP43FCXVYYLTUFATFANCNFSM4667Q3MA .
@Ramzankhan123 Can you give me some idea or code about drag drop one section item to another section
@Ramzankhan123 your help save my time
@lafiosca Yes i am trying follow
trying to drag items from one DraxList to another draglist
how reorderlist in nested list