react-native-swipe-list-view
react-native-swipe-list-view copied to clipboard
manuallyOpenAllRows function not working with sections list
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