Change proxiwash website icon to open-in-new
這個提交存在於:
父節點
b9c99bf269
當前提交
c75b90d254
共有 1 個檔案被更改,包括 4 行新增 和 2 行删除
|
|
@ -156,8 +156,10 @@ function ProxiwashScreen() {
|
|||
<MaterialHeaderButtons>
|
||||
<Item
|
||||
title={'web'}
|
||||
iconName={'web'}
|
||||
onPress={() => Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)}
|
||||
iconName={'open-in-new'}
|
||||
onPress={() =>
|
||||
Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)
|
||||
}
|
||||
/>
|
||||
<Item
|
||||
title={'information'}
|
||||
|
|
|
|||
載入中…
新增問題並參考