Skip to content

Commit

Permalink
marge Dev 5.2.1 (#2)
Browse files Browse the repository at this point in the history
* 提交鸿蒙适配与结构改造代码。--未验证

* 验证打包后修改,添加私仓配置

* fixed module.json5

* 添加har包

* 更新package.json配置
  • Loading branch information
hu authored Dec 1, 2023
1 parent 06a19d1 commit 198686a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Binary file added harmony/rn_video.har
Binary file not shown.
9 changes: 9 additions & 0 deletions harmony/rn_video/src/main/module.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"module": {
"name": "rn_video",
"type": "har",
"deviceTypes": [
"default"
]
},
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"src",
"lib",
"windows",
"harmony/rn_video.hap",
"harmony/rn_video.har",
"FilterType.js",
"DRMType.js",
"TextTrackType.js",
Expand Down

0 comments on commit 198686a

Please sign in to comment.