Add a button to open proxiwash in the browser #14

Merge aplicado
vergnet mesclou 4 commits de :btn-proxiwash em master 2021-07-06 19:01:12 +02:00
Mostrando apenas as alterações do commit ba62e5d3ec - Mostrar todos os commits

Ver arquivo

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