Add a button to open proxiwash in the browser #14

Merged
vergnet merged 4 commits from :btn-proxiwash into master 2021-07-06 19:01:12 +02:00
Showing only changes of commit ba62e5d3ec - Show all commits

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