We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1b913 commit 5e1193dCopy full SHA for 5e1193d
src/Drawer.js
@@ -357,14 +357,14 @@ const styles = StyleSheet.create({
357
alignItems: 'center', // center children
358
justifyContent: 'flex-end', // align popup at the bottom
359
backgroundColor: 'transparent', // transparent background
360
+ elevation: 1, // fix android dynamic zindex issue
361
},
362
// Semi-transparent background below popup
363
backdrop: {
364
...StyleSheet.absoluteFillObject, // fill up all screen
365
366
justifyContent: 'flex-start', // align popup at the bottom
367
backgroundColor: 'black',
- elevation: 1, // fix android dynamic zindex issue
368
369
// Body
370
content: {
0 commit comments