pedreviljoen / react-native-menu

Simple & lightweight customisable menu drawer component
MIT License
57 stars 16 forks source link

Background Color and Swipe to open the drawer #71

Closed alexpoon2000 closed 3 years ago

alexpoon2000 commented 4 years ago

Hi,

I want to request 2 functions:

  1. When the drawer is opened, the content behind the drawer is now in opacity. I am not sure if you have added an overlay or not. But I want to dim the background content. I want to see if it is possible to add background color to work with the opacity? Like #000 with opacity 0.5 to make the dim effect?

  2. I am new to react native. The drawer menu can now only open by clicking on something. Is it possible to open the drawer by swipe from left to right?

Thanks, Alex