Skip to content

Commit

Permalink
chore(doc): add copy instruction for android
Browse files Browse the repository at this point in the history
  • Loading branch information
ruifanyuan authored and hippy-actions[bot] committed Dec 15, 2023
1 parent 7a97313 commit 9ced5ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/guide/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,9 @@ examples/hippy-react-demo/dist

### 运行前端编译产物

把examples/hippy-react-demo/dist/ios目录内容整体拷贝到ios demo的res目录
把examples/hippy-react-demo/dist/ios目录内容整体拷贝到ios demo的res目录,当用Android来跑时拷贝到Android对应的目录。

```shell
# TODO: verify this command
cp -R examples/hippy-react-demo/dist/ios/* examples/ios-demo/res/
cp -R examples/hippy-react-demo/dist/android/* examples/android-demo/res/
```
Expand Down

0 comments on commit 9ced5ec

Please sign in to comment.