1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-07 12:25:13 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
Files
react-native-update/Example/harmony_use_pushy
波仔糕 cea39f1746 fix FileJSBundleProvider conflict issue (#496)
* fix FileJSBundleProvider conflics issue

* udpate
2025-04-30 14:11:50 +08:00
..
2024-12-26 12:11:52 +08:00
2024-12-26 12:11:52 +08:00

运行harmony_use_pushy项目步骤

1. 在项目根目录执行下面命令安装第三方依赖。

bun install

2. 本地debug 模式

bun run start

image

3. release 模式: 在项目根目录执行下面命令生成bundle包文件。

bun run build

说明这个命令会在harmony/entry/src/main/resources/rawfile目录生成Hbundle.harmony.js和assets文件同时会基于该内容在.pushy/output目录生成ppk包。

注意⚠️在使用pushy bundle --platform harmony命令进行打包的默认bundle包名是Hbundle.harmony.js不要随意修改包名因为diff是匹配该包名进行生成的。

4. 使用DevEco Studio IDE打开harmony目录然后执行sync运行项目

image

5 运行效果图

image