1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-07 20:55:14 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

support to harmony local debug mode (#493)

* support to Expo

* update

* update

* update

* support to harmony local debug

* udpate

* update

---------

Co-authored-by: Steven <steven@Stevens-MacBook-Pro.local>
This commit is contained in:
波仔糕
2025-04-12 19:20:49 +08:00
committed by GitHub
parent bf3a0808f6
commit 97848e7b13
16 changed files with 9976 additions and 12608 deletions

View File

@@ -1,18 +1,19 @@
## 运行harmony_use_pushy项目步骤
### 1. 先在react-native-update根目录执行下面命令同步C++模块
### 1. 在项目根目录执行下面命令安装第三方依赖
```
yarn submodule
bun install
```
### 2. 在项目根目录执行下面命令安装第三方依赖。
### 2. 本地debug 模式
```
yarn install
bun run start
```
![image](./debug.png)
### 3. 在项目根目录执行下面命令生成bundle包文件。
### 3. release 模式: 在项目根目录执行下面命令生成bundle包文件。
```
yarn build
bun run build
```
说明这个命令会在harmony/entry/src/main/resources/rawfile目录生成Hbundle.harmony.js和assets文件同时会基于该内容在.pushy/output目录生成ppk包。