jemise111 / react-native-swipe-list-view

A React Native ListView component with rows that swipe open and closed
https://www.npmjs.com/package/react-native-swipe-list-view
MIT License
2.78k stars 528 forks source link

manuallyOpenAllRows function not working with sections list #604

Closed lucasmcht closed 1 year ago

lucasmcht commented 2 years ago

Describe the bug When using <SwipeListView/> component with useSectionList and a ref, the function manuallyOpenAllRows() only open the last section rows.

To Reproduce Use a SwipeListView component with multiple sections using useSectionList, and then trigger the manuallyOpenAllRows function.

Environment :