Change proxiwash website icon to open-in-new
这个提交包含在:
父节点
b9c99bf269
当前提交
c75b90d254
共有 1 个文件被更改,包括 4 次插入 和 2 次删除
|
@ -156,8 +156,10 @@ function ProxiwashScreen() {
|
||||||
<MaterialHeaderButtons>
|
<MaterialHeaderButtons>
|
||||||
<Item
|
<Item
|
||||||
title={'web'}
|
title={'web'}
|
||||||
iconName={'web'}
|
iconName={'open-in-new'}
|
||||||
onPress={() => Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)}
|
onPress={() =>
|
||||||
|
Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
<Item
|
<Item
|
||||||
title={'information'}
|
title={'information'}
|
||||||
|
|
正在加载…
在新工单中引用