Redirect to service screen index
这个提交包含在:
父节点
b5d2f686dd
当前提交
87f0c01024
共有 1 个文件被更改,包括 3 次插入 和 1 次删除
|
@ -40,7 +40,9 @@ class ActionsDashBoardItem extends React.Component<Props> {
|
||||||
? "chevron-right"
|
? "chevron-right"
|
||||||
: "login"}/>}
|
: "login"}/>}
|
||||||
onPress={isLoggedIn
|
onPress={isLoggedIn
|
||||||
? () => this.props.navigation.navigate("services")
|
? () => this.props.navigation.navigate("services", {
|
||||||
|
screen: 'index'
|
||||||
|
})
|
||||||
: () => this.props.navigation.navigate("login")}
|
: () => this.props.navigation.navigate("login")}
|
||||||
style={styles.list}
|
style={styles.list}
|
||||||
/>
|
/>
|
||||||
|
|
正在加载…
在新工单中引用