Add a button to open the proxiwash website in the default browser

This commit is contained in:
Gérald LEBAN 2021-07-05 13:17:52 +02:00
parent b127cca068
commit ba62e5d3ec

View file

@ -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