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

Esse commit está contido em:
Gérald LEBAN 2021-07-05 13:17:52 +02:00
commit ba62e5d3ec

Ver arquivo

@ -156,7 +156,7 @@ function ProxiwashScreen() {
<MaterialHeaderButtons>
<Item
title={'web'}
iconName={'information'}
iconName={'web'}
onPress={() => Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)}
/>
<Item