Skip to content

Commit ed1b913

Browse files
committed
workaround android zindex issue
fix android zindex issue
1 parent e8bb62b commit ed1b913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Drawer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ const styles = StyleSheet.create({
364364
alignItems: 'center', // center children
365365
justifyContent: 'flex-start', // align popup at the bottom
366366
backgroundColor: 'black',
367+
elevation: 1, // fix android dynamic zindex issue
367368
},
368369
// Body
369370
content: {

0 commit comments

Comments
 (0)