react-native-bottomsheet-reanimated icon indicating copy to clipboard operation
react-native-bottomsheet-reanimated copied to clipboard

Swipe content inside bottom sheet

Open Lois-Varghese opened this issue 4 years ago • 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.

Lois-Varghese avatar Sep 27 '21 11:09 Lois-Varghese

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.

W8jonas avatar Oct 17 '21 20:10 W8jonas