Relative Content

Tag Archive for react-nativereact-native-gesture-handler

React Native Swipe to delete functionality in a section list using RNGH Issue

I have a sectionlist with notifications and would like to have each row in a section be capable of swiping to delete. I have implemented the swipe to delete functionality but the issue I am facing now is that everytime I scroll down the sectionlist and a pan gesture is active on one of the rows, I cannot scrolling becomes disabled. Can anyone with experience guide me on this ? Happy to learn:)