Improved readability
这个提交包含在:
父节点
524dd5362a
当前提交
49fa8a82e3
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
@ -203,13 +203,13 @@ class ServicesScreen extends React.Component<Props> {
|
|||
<TouchableRipple
|
||||
style={{
|
||||
margin: 5,
|
||||
marginBottom: 20,
|
||||
}}
|
||||
onPress={() => this.props.navigation.navigate("services-section", {data: item})}
|
||||
>
|
||||
<View>
|
||||
<Card.Title
|
||||
title={item.title}
|
||||
subtitle={item.description}
|
||||
left={(props) => this.getAvatar(props, item.image)}
|
||||
right={(props) => <List.Icon {...props} icon="chevron-right"/>}
|
||||
/>
|
||||
|
|
正在加载…
在新工单中引用