Add button to change laundromat
这个提交包含在:
父节点
538d4d2187
当前提交
2c3f89816b
共有 1 个文件被更改,包括 5 次插入 和 0 次删除
|
@ -122,6 +122,11 @@ class ProxiwashScreen extends React.Component<PropsType, StateType> {
|
||||||
navigation.setOptions({
|
navigation.setOptions({
|
||||||
headerRight: (): React.Node => (
|
headerRight: (): React.Node => (
|
||||||
<MaterialHeaderButtons>
|
<MaterialHeaderButtons>
|
||||||
|
<Item
|
||||||
|
title="switch"
|
||||||
|
iconName="swap-horizontal"
|
||||||
|
onPress={():void => navigation.navigate('settings')}
|
||||||
|
/>
|
||||||
<Item
|
<Item
|
||||||
title="information"
|
title="information"
|
||||||
iconName="information"
|
iconName="information"
|
||||||
|
|
正在加载…
在新工单中引用