forked from vergnet/application-amicale
Add button to change laundromat
This commit is contained in:
parent
538d4d2187
commit
2c3f89816b
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue