drawer basic done and avatar in navbar

This commit is contained in:
Arjun Patel
2018-07-12 23:43:02 -07:00
parent 54a3460203
commit e27d1db7ec
4 changed files with 47 additions and 22 deletions
+5 -7
View File
@@ -33,10 +33,7 @@ export default class Navbar extends Component<Props> {
<Text style={styles.status}>online</Text>
</View>
<View style={styles.iconCont}>
<Icon
name='inbox'
style={styles.inboxIcon}
/>
<Image source={require('../../assets/images/patterns/1.jpg')} style={styles.avatar} />
</View>
</View>
);
@@ -74,8 +71,9 @@ const styles = {
color: 'white',
fontFamily: Fonts.Sunflower
},
inboxIcon: {
fontSize: 25,
color: 'white'
avatar: {
height: 30,
width: 30,
borderRadius: 100
}
}