Fixed text alignement
This commit is contained in:
부모
e8fc8b79dc
커밋
030cf7b795
1개의 변경된 파일과 1개의 추가작업 그리고 0개의 파일을 삭제
|
@ -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>
|
||||
|
|
불러오는 중…
Reference in a new issue