numandev1/react-native-bottomsheet-reanimated

Swipe content inside bottom sheet

Opened this issue · 1 comments

It's not possible to add a swipe-able content inside the bottom sheet as when trying to swipe it moves the bottom sheet.

True! Its not possible add a ScrollView inside a body because if you try to scroll the list you moves the bottom sheet. Only works if you set dragEnabled to False.