react-native-sortable-list
react-native-sortable-list copied to clipboard
Not Working with react native collapsible
I have gone through all the ins and outs of this library, the list needs to be rerendered for height issues in collapsible which shows the flickering issue
@siddhantjaiswal9098 I am going through the exact same head ache. The list needs to be dynamic with toggled elements and removing items. Did you find a solution to rerender the list?
@Stacyadam i didn't found any, but you can try this if it fulfills your needs https://www.npmjs.com/package/accordion-collapse-react-native
@siddhantjaiswal9098 I am going through the exact same head ache. The list needs to be dynamic with toggled elements and removing items. Did you find a solution to rerender the list?
you can try extraData prop for the list but it will show some flicker but will rerender the list
@siddhantjaiswal9098 Having the same issue. Did you find a solution?
@TnRc i didn't found any, you can go for some 3rd party libraries like: https://www.npmjs.com/package/accordion-collapse-react-native
Having same issue, there is another solutions man?
Maybe react-native-sortable-list is build with PureComponent i guess ...