Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 1f91f6b

Browse files
author
欧阳智
committed
修改OAT,添加项目别名,跟新har包
1 parent 6c818f9 commit 1f91f6b

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

harmony/rn_webview.har

31 Bytes
Binary file not shown.

harmony/rn_webview/OAT.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<filteritem type="filename" name="hvigorfile.ts" desc="hvigor构建脚本,DevEco Studio自动生成,不需要添加许可证头"/>
2020
<filteritem type="filename" name="*.json5" desc="hvigor工程配置文件,DevEco Studio自动生成,不需要添加许可证头"/>
2121
<filteritem type="filename" name="LICENSE" desc="原三方库证书文件无需更改,因此添加过滤"/>
22+
<filteritem type="filename" name="NOTICE" desc="NOTICE文件,因此添加过滤"/>
2223
<filteritem type="filename" name="*.proto" desc="资源文件,不需要添加许可证头"/>
2324
<filteritem type="filename" name="*.json" desc="资源文件,不需要添加许可证头"/>
2425
<filteritem type="filepath" name="hvigorw" desc="工程模板,不修改版权头,以防有修改版权风险"/>

harmony/rn_webview/src/main/cpp/EventEmitters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* The above copyright notice and this permission notice shall be included in all
1414
* copies or substantial portions of the Software.
1515
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANy KIND, EXPRESS OR
16+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1717
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1818
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1919
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Thibault Malbranche <[email protected]>"
1010
],
1111
"license": "MIT",
12-
"version": "13.6.2-0.0.5",
12+
"version": "13.6.2-0.0.6",
1313
"homepage": "https://github.com/react-native-webview/react-native-webview#readme",
1414
"scripts": {
1515
"android": "react-native run-android",
@@ -70,6 +70,9 @@
7070
"typescript": "^4.0.0",
7171
"winappdriver": "^0.0.7"
7272
},
73+
"harmony": {
74+
"alias": "react-native-webview"
75+
},
7376
"repository": {
7477
"type": "git",
7578
"url": "https://github.com/react-native-oh-library/react-native-webview.git"

0 commit comments

Comments
 (0)