Start replacing navigator

This commit is contained in:
Julia Friesel
2018-08-18 15:31:02 +02:00
parent 51629f67e2
commit a754981434
5 changed files with 75 additions and 23 deletions
+7
View File
@@ -82,6 +82,13 @@ export default StyleSheet.create({
alignItems: 'center',
justifyContent: 'center'
},
menu: {
backgroundColor: primaryColor,
paddingVertical: 18,
paddingHorizontal: 15,
alignItems: 'center',
justifyContent: 'center'
},
headerCycleDay: {
flexDirection: 'row',
justifyContent: 'space-between'