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.
2 parents 13a261b + 5e1193d commit 19a720cCopy full SHA for 19a720c
src/Drawer.js
@@ -359,6 +359,7 @@ const styles = StyleSheet.create({
359
alignItems: 'center', // center children
360
justifyContent: 'flex-end', // align popup at the bottom
361
backgroundColor: 'transparent', // transparent background
362
+ elevation: 1, // fix android dynamic zindex issue
363
},
364
// Semi-transparent background below popup
365
backdrop: {
0 commit comments