Browse Source

Add button to change laundromat

Arnaud Vergnet 3 years ago
parent
commit
2c3f89816b
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/screens/Proxiwash/ProxiwashScreen.js

+ 5
- 0
src/screens/Proxiwash/ProxiwashScreen.js View File

@@ -123,6 +123,11 @@ class ProxiwashScreen extends React.Component<PropsType, StateType> {
123 123
       headerRight: (): React.Node => (
124 124
         <MaterialHeaderButtons>
125 125
           <Item
126
+            title="switch"
127
+            iconName="swap-horizontal"
128
+            onPress={():void => navigation.navigate('settings')}
129
+          />
130
+          <Item
126 131
             title="information"
127 132
             iconName="information"
128 133
             onPress={this.onAboutPress}

Loading…
Cancel
Save