react-native-bottomsheet-reanimated
react-native-bottomsheet-reanimated copied to clipboard
Swipe content inside bottom sheet
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.