1

I am new to REACT NATIVE, I am trying to implement a sectionlist which can collapse each section and also need to drag and drop items across sections. I have tried REACT NATIVE SectionList component, but it lacks drag drop and collapse functionality.

Can you please recommend any solutions for the same. Or will I have to implement from the scratch? Help my appreciated. Sorry for not posting any code, just because I don't have any and I am looking for your thoughts in implementing the above functionality.

Arungopan Gopakumar
  • 213
  • 1
  • 3
  • 12
  • 1
    I kind of got one which is close to what I was looking for. Please find the link : https://www.npmjs.com/package/accordion-collapse-react-native – Arungopan Gopakumar May 01 '19 at 16:12

1 Answers1

0

I recommend the following package as I have used both the package you mentioned in the comment and the following. https://github.com/oblador/react-native-collapsible https://www.npmjs.com/package/react-native-collapsible-view

With this package you can expand more than menu which is not currently available in the package you mentioned in the comment.