Browse Source

Remove settings

pull/8/head
Tim Glasgow 2 years ago
parent
commit
7caf907238
  1. 7
      squarenotsquare/src/screens/Home.js

7
squarenotsquare/src/screens/Home.js

@ -35,13 +35,6 @@ function Home(){
return (
<SafeAreaView style={[styles.flex]}>
<TouchableOpacity style={[styles.endAlign]}>
<MaterialIcon
name={Icons.squareIcons.settings}
color={Colors.material.green400}
size={Metrics.icons.buttonIcon}
/>
</TouchableOpacity>
<View style={[styles.flexHalf, styles.spaceEvenly]}>
<View style={styles.flex}>
<Text style={[styles.boldText, styles.headerTitleFont, styles.centeredText, styles.darkText]}>

Loading…
Cancel
Save