gitim / react-native-sortable-list

React Native Sortable List component
MIT License
873 stars 279 forks source link

Not Working with react native collapsible #130

Open siddhantjaiswal9098 opened 6 years ago

siddhantjaiswal9098 commented 6 years ago

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

Stacyadam commented 5 years ago

@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?

siddhantjaiswal9098 commented 5 years ago

@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 commented 5 years ago

@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

TnRc commented 4 years ago

@siddhantjaiswal9098 Having the same issue. Did you find a solution?

siddhantjaiswal9098 commented 4 years ago

@TnRc i didn't found any, you can go for some 3rd party libraries like: https://www.npmjs.com/package/accordion-collapse-react-native

rosemary18 commented 3 years ago

Having same issue, there is another solutions man?

rosemary18 commented 3 years ago

Maybe react-native-sortable-list is build with PureComponent i guess ...