react-native-swipe-list-view icon indicating copy to clipboard operation
react-native-swipe-list-view copied to clipboard

manuallyOpenAllRows function not working with sections list

Open lucasmcht opened this issue 3 years ago • 0 comments

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 :

  • OS: IOS 15.0
  • RNSLV: 3.2.9
  • RN Version: v0.69.1

lucasmcht avatar Aug 01 '22 14:08 lucasmcht