drawerBackgroundColor color
Specifies the background color of the drawer. The default value is white. If you want to set the opacity of the drawer, use rgba. Example:
return ( <DrawerLayoutAndroid drawerBackgroundColor="rgba(0,0,0,0.5)"> </DrawerLayoutAndroid> );
Please login to continue.