Kureev / react-native-side-menu

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

Change style overlay #392

Open joucogi opened 4 years ago

joucogi commented 4 years ago

Question

Hi,

Can I change backgroundColor overlay style? I would like to put and opacity, for example, I can modify your styles.js changing overlay: { ...absoluteStretch, backgroundColor: 'transparent', } for overlay: { ...absoluteStretch, backgroundColor: 'black' opacity: 0.7, } and it works perfect, but it is not the solution and I don't want to update your module code. Is there any solution? Thanks