Home > database >  How to close bottom sheet when swipe down?
How to close bottom sheet when swipe down?

Time:06-10

how can I close my bottom sheet when swiping down ?

I use this lib:

https://gorhom.github.io/react-native-bottom-sheet

CodePudding user response:

use this enablePanDownToClose in your BottomSheet along with other properties

  • Related