Fixed text alignement

This commit is contained in:
Arnaud Vergnet 2020-04-22 15:20:10 +02:00
parent e8fc8b79dc
commit 030cf7b795

View file

@ -44,6 +44,7 @@ export default class ImageListItem extends React.Component<Props> {
marginTop: 5,
marginLeft: 'auto',
marginRight: 'auto',
textAlign: 'center'
}}>{item.title}</Text>
</View>
</TouchableRipple>