Add button to change laundromat

这个提交包含在:
Arnaud Vergnet 2020-09-21 17:39:36 +02:00
父节点 538d4d2187
当前提交 2c3f89816b

查看文件

@ -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"