Skip to content

Commit 5e1193d

Browse files
committed
Fix android zindex issue
Fix android zindex issue
1 parent ed1b913 commit 5e1193d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,14 +357,14 @@ const styles = StyleSheet.create({
357357
alignItems: 'center', // center children
358358
justifyContent: 'flex-end', // align popup at the bottom
359359
backgroundColor: 'transparent', // transparent background
360+
elevation: 1, // fix android dynamic zindex issue
360361
},
361362
// Semi-transparent background below popup
362363
backdrop: {
363364
...StyleSheet.absoluteFillObject, // fill up all screen
364365
alignItems: 'center', // center children
365366
justifyContent: 'flex-start', // align popup at the bottom
366367
backgroundColor: 'black',
367-
elevation: 1, // fix android dynamic zindex issue
368368
},
369369
// Body
370370
content: {

0 commit comments

Comments
 (0)