Add button to change laundromat

This commit is contained in:
Arnaud Vergnet 2020-09-21 17:39:36 +02:00
parent 538d4d2187
commit 2c3f89816b

View file

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