From 2c3f89816bdd893cf4231dea5ded30cb3974848e Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Mon, 21 Sep 2020 17:39:36 +0200 Subject: [PATCH] Add button to change laundromat --- src/screens/Proxiwash/ProxiwashScreen.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/screens/Proxiwash/ProxiwashScreen.js b/src/screens/Proxiwash/ProxiwashScreen.js index 1d72c3c..a86861b 100644 --- a/src/screens/Proxiwash/ProxiwashScreen.js +++ b/src/screens/Proxiwash/ProxiwashScreen.js @@ -122,6 +122,11 @@ class ProxiwashScreen extends React.Component { navigation.setOptions({ headerRight: (): React.Node => ( + navigation.navigate('settings')} + />