Fixed text alignement
This commit is contained in:
parent
e8fc8b79dc
commit
030cf7b795
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue