numandev1 / react-native-bottomsheet-reanimated

React Native bottom sheet with fully native 60 FPS animations and awesome user experience
MIT License
277 stars 28 forks source link

Swipe content inside bottom sheet #24

Open Lois-Varghese opened 3 years ago

Lois-Varghese commented 3 years ago

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

W8jonas commented 3 years ago

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.