Skip to content
Snippets Groups Projects
Commit b6c0fd0d authored by mashazyu's avatar mashazyu Committed by Sofiya Tepikin
Browse files

SideMenu fix

parent 1077f878
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,11 @@ const SideMenu = ({ shouldShowMenu, toggleMenu }) => { ...@@ -31,7 +31,11 @@ const SideMenu = ({ shouldShowMenu, toggleMenu }) => {
transparent={true} transparent={true}
visible={shouldShowMenu} visible={shouldShowMenu}
> >
<View style={styles.blackBackground}></View> <TouchableOpacity
onPress={toggleMenu}
style={styles.blackBackground}
>
</TouchableOpacity>
<View style={styles.menu}> <View style={styles.menu}>
<TouchableOpacity onPress={toggleMenu} style={styles.iconContainer}> <TouchableOpacity onPress={toggleMenu} style={styles.iconContainer}>
<AppIcon name='cross' color='black'/> <AppIcon name='cross' color='black'/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment