forked from vergnet/application-amicale
Improved readability
This commit is contained in:
parent
524dd5362a
commit
49fa8a82e3
1 changed files with 1 additions and 1 deletions
|
@ -203,13 +203,13 @@ class ServicesScreen extends React.Component<Props> {
|
||||||
<TouchableRipple
|
<TouchableRipple
|
||||||
style={{
|
style={{
|
||||||
margin: 5,
|
margin: 5,
|
||||||
|
marginBottom: 20,
|
||||||
}}
|
}}
|
||||||
onPress={() => this.props.navigation.navigate("services-section", {data: item})}
|
onPress={() => this.props.navigation.navigate("services-section", {data: item})}
|
||||||
>
|
>
|
||||||
<View>
|
<View>
|
||||||
<Card.Title
|
<Card.Title
|
||||||
title={item.title}
|
title={item.title}
|
||||||
subtitle={item.description}
|
|
||||||
left={(props) => this.getAvatar(props, item.image)}
|
left={(props) => this.getAvatar(props, item.image)}
|
||||||
right={(props) => <List.Icon {...props} icon="chevron-right"/>}
|
right={(props) => <List.Icon {...props} icon="chevron-right"/>}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue