Fixed image alignement
This commit is contained in:
parent
9207d02c2a
commit
b5d2f686dd
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,9 @@ const styles = StyleSheet.create({
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
},
|
},
|
||||||
avatar: {
|
avatar: {
|
||||||
backgroundColor: 'transparent'
|
backgroundColor: 'transparent',
|
||||||
|
marginTop: 'auto',
|
||||||
|
marginBottom: 'auto',
|
||||||
},
|
},
|
||||||
list: {
|
list: {
|
||||||
// height: 50,
|
// height: 50,
|
||||||
|
|
Loading…
Reference in a new issue