Show loading more when rows aren't done rendering

This commit is contained in:
Julia Friesel
2018-11-06 17:26:21 +01:00
parent 1f1c6ed6fa
commit d90ee4f86a
3 changed files with 19 additions and 1 deletions
+5
View File
@@ -122,6 +122,11 @@ const styles = {
symptomRow: {
alignItems: 'center',
justifyContent: 'center',
},
loadingMore: {
height: '100%',
backgroundColor: 'lightgrey',
justifyContent: 'center'
}
}