Adjust menu styling and remove remnants of navigator
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ export default class Menu extends Component {
|
||||
return (
|
||||
<TouchableOpacity
|
||||
onPress={() => this.props.navigate(componentName)}
|
||||
style={{ alignItems: 'center' }}
|
||||
style={styles.menuItem}
|
||||
>
|
||||
<Icon name={icon} {...iconStyles.menuIcon} />
|
||||
<Text style={styles.menuText}>
|
||||
|
||||
Reference in New Issue
Block a user