Add a button to open the proxiwash website in the default browser
This commit is contained in:
rodzic
b127cca068
commit
ba62e5d3ec
1 zmienionych plików z 1 dodań i 1 usunięć
|
@ -156,7 +156,7 @@ function ProxiwashScreen() {
|
||||||
<MaterialHeaderButtons>
|
<MaterialHeaderButtons>
|
||||||
<Item
|
<Item
|
||||||
title={'web'}
|
title={'web'}
|
||||||
iconName={'information'}
|
iconName={'web'}
|
||||||
onPress={() => Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)}
|
onPress={() => Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)}
|
||||||
/>
|
/>
|
||||||
<Item
|
<Item
|
||||||
|
|
Ładowanie…
Reference in a new issue