Make scrolling work again

This commit is contained in:
Julia Friesel
2018-08-20 16:46:42 +02:00
parent 93b4758123
commit d53b8029dc
10 changed files with 354 additions and 337 deletions
+1 -5
View File
@@ -79,10 +79,6 @@ export default StyleSheet.create({
symptomDataText: {
fontSize: 12
},
menuOnBottom: {
flex: 1,
justifyContent: 'space-between'
},
symptomEditRow: {
justifyContent: 'space-between',
marginBottom: 10,
@@ -105,7 +101,7 @@ export default StyleSheet.create({
backgroundColor: primaryColor,
alignItems: 'center',
justifyContent: 'space-between',
flexDirection: 'row',
flexDirection: 'row'
},
menuItem: {
alignItems: 'center',