Reduced image size

このコミットが含まれているのは:
Arnaud Vergnet 2020-04-22 14:58:08 +02:00
コミット 62db99cac7

ファイルの表示

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