文件最后提交记录最后更新时间
fix: AutolinkingSample多选切换单选时自动清空选中状态 Signed-off-by: liu_wentao <1515892828@qq.com> 1 个月前
!2541 merge 0.82-main into 0.82-main Co-authored-by: suqikuan<suqikuan1@h-partners.com> Co-authored-by: wuxujie<yue5063657@163.com> Co-authored-by: saberblack<2422489333@qq.com> Co-authored-by: alvancf<742997447@qq.com> Co-authored-by: liu_wentao<1515892828@qq.com> Co-authored-by: haozhihang<haozhihang@huawei.com> 1 个月前
docs: Supplement the autolinking sample. Co-authored-by: 谢代荣<xiedairong@huawei.com> # message auto-generated for no-merge-commit merge: merge autolinking into 0.77.1-rc.1-ohos docs: Supplement the autolinking sample. Created-by: xiedrsz Commit-by: 谢代荣 Merged-by: huangyouhua Description: Supplement the autolinking sample. See merge request: openharmony-sig/ohos_react_native!15708 个月前
docs: Supplement the autolinking sample. Co-authored-by: 谢代荣<xiedairong@huawei.com> # message auto-generated for no-merge-commit merge: merge autolinking into 0.77.1-rc.1-ohos docs: Supplement the autolinking sample. Created-by: xiedrsz Commit-by: 谢代荣 Merged-by: huangyouhua Description: Supplement the autolinking sample. See merge request: openharmony-sig/ohos_react_native!15708 个月前
fix: AutolinkingSample多选切换单选时自动清空选中状态 Signed-off-by: liu_wentao <1515892828@qq.com> 1 个月前
[docs](Docs):0.84版本docs文档更新 更新文档内容到0.84版本 Signed-off-by: fangyygw <fang_zhen@hoperun.com> 19 天前
!2541 merge 0.82-main into 0.82-main Co-authored-by: suqikuan<suqikuan1@h-partners.com> Co-authored-by: wuxujie<yue5063657@163.com> Co-authored-by: saberblack<2422489333@qq.com> Co-authored-by: alvancf<742997447@qq.com> Co-authored-by: liu_wentao<1515892828@qq.com> Co-authored-by: haozhihang<haozhihang@huawei.com> 1 个月前
README.md

Description

This is the demo project for RNOH Autolinking.

Directory Structure

AutolinkingSample
├── NativeProject harmony工程
├── react-native-oh RNOH前端及手脚架
├── ReactProject 前端工程
├── screenshots 效果图
├── third-party-library-sample RN三方件示例
└── README.md

Environment Setup

  1. Save react-native-oh-react-native-harmony-0.84.xx.tgz and react-native-oh-react-native-harmony-cli-0.84.xx.tgz to the react-native-oh folder.
  2. Run npm pack in third-party-library-sample to generate a .tgz file.
  3. Modify the @react-native-oh/react-native-harmony and @react-native-oh/react-native-harmony-cli dependency path of ReactProject/package.json.
  4. Run npm i in ReactProject to install the dependency.
  5. Modify the @rnoh/hvigor-plugin dependency path of NativeProject/hvigor/hvigor-config.json5
  6. Open NativeProject in DevEco Studio and run Sync and Refresh Project.
  7. Click File > Project Structure > Signing Configs, log in and complete the signing.
  8. Run npm start in ReactProject to start Metro.
  9. Click run in the upper right corner to start the project.