Show loading more when rows aren't done rendering
This commit is contained in:
@@ -122,6 +122,11 @@ const styles = {
|
||||
symptomRow: {
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
},
|
||||
loadingMore: {
|
||||
height: '100%',
|
||||
backgroundColor: 'lightgrey',
|
||||
justifyContent: 'center'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user