Reduced image size

This commit is contained in:
Arnaud Vergnet 2020-04-22 14:58:08 +02:00
parent 87f0c01024
commit 62db99cac7

View file

@ -33,8 +33,8 @@ export default class ImageListItem extends React.Component<Props> {
<View>
<Image
style={{
width: 100,
height: 100,
width: 80,
height: 80,
marginLeft: 'auto',
marginRight: 'auto',
}}