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
       headerRight: (): React.Node => (
123
       headerRight: (): React.Node => (
124
         <MaterialHeaderButtons>
124
         <MaterialHeaderButtons>
125
           <Item
125
           <Item
126
+            title="switch"
127
+            iconName="swap-horizontal"
128
+            onPress={():void => navigation.navigate('settings')}
129
+          />
130
+          <Item
126
             title="information"
131
             title="information"
127
             iconName="information"
132
             iconName="information"
128
             onPress={this.onAboutPress}
133
             onPress={this.onAboutPress}

Loading…
Cancel
Save