Add button to change laundromat

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

파일 보기

@ -122,6 +122,11 @@ class ProxiwashScreen extends React.Component<PropsType, StateType> {
navigation.setOptions({
headerRight: (): React.Node => (
<MaterialHeaderButtons>
<Item
title="switch"
iconName="swap-horizontal"
onPress={():void => navigation.navigate('settings')}
/>
<Item
title="information"
iconName="information"