Kureev / react-native-side-menu

Side menu component for React Native
MIT License
2.21k stars 436 forks source link

Shadow/Elevation possibility feature request #366

Open wack17s opened 5 years ago

wack17s commented 5 years ago

Hi, what's about to make contentWrapper a bit bigger (e.g width: screenWidth + 20, paddingRight: 20, left -20) to add possibility to create shadow/elevation. Also we can use pointerEvents="box-none" make menu touchable through this 20 points of oversized screen.

neptunian commented 5 years ago

I tried adding elevation to my menu and the menu would be visible on top of the content even when it was set to be closed due to the layering order getting messed up.