osdnk / react-native-reanimated-bottom-sheet

Highly configurable bottom sheet component made with react-native-reanimated and react-native-gesture-handler
MIT License
3.33k stars 328 forks source link

Is there backdrop support in the library? #266

Open shubhamkes opened 4 years ago

shubhamkes commented 4 years ago

Hello, Its more of doubt. Did this library provide backdrop close support out of the box? If not, is there any workaround to achieve it with this lib?

Thanks

eloisp commented 4 years ago

Look at the apple music example : https://github.com/osdnk/react-native-reanimated-bottom-sheet/blob/master/Example/src/screen/AppleMusic.tsx Just need to add some Touchable on it.