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

SwipeListView inside SwipeListView doesn't work #585

Open faustoct1 opened 2 years ago

faustoct1 commented 2 years ago

Your issue may already be reported! Please search on the issue tracker before creating one.

Describe the bug I'm building a comment thread like instagram has. So two level of comments if enough. I'm trying to add a SwipeListView inside a SwipeListView. First SwipeListView is the comment, second SwipeListView is the reply. When I swipe to delete the reply the comment/outer SwipeListView is swiped instead of reply.

Environment (please complete the following information):

cs-yang commented 2 years ago

same question