文件最后提交记录最后更新时间
refactor: use react-native submodule + patch instead of private react-native-core submodule Co-authored-by: zheng-jun-feng<949815885@qq.com> Co-authored-by: linhandev<hanlin21@huawei.com> # message auto-generated for no-merge-commit merge: merge 0.77.1-rc.1-ohos into 0.77.1-rc.1-ohos refactor: use react-native submodule + patch instead of private react-native-core submodule Created-by: zheng-jun-feng Commit-by: zheng-jun-feng;linhandev Merged-by: huangyouhua Description: ## Description https://gitcode.com/openharmony-sig/ohos_react_native/pull/1220 Relying on this code, the conflict was resolved, and the patch was updated. Currently, private React Native Core is used as a submodule as a temporary measure (RNC can't be public due to internal policy). This MR uses RN submodule + patch generated from RNC - approach. ## Test Plan 1. Clone this branch . 1. Run pnpm init-ws. 1. Run tester. ## Checklist - [x] Does not involve incompatible changes; if involved, has been reviewed accordingly. - [x] Does not impact performance, or performance testing has been conducted without degradation. - [x] Complies with the relevant coding standards. - [?] Does not involve documentation updates, or the documentation has been updated. - [x] Meets testability requirements with necessary self-test cases, appropriate logging, or trace information added. - [x] No illegal file inclusions exist, such as images or code. - [ ] TODO: make react-native-core/v0.77.1-2 default in RNC repo once this MR is merged See merge request: openharmony-sig/ohos_react_native!13739 个月前
chore: add patch:rn script and update react-native patching instructions Co-authored-by: Arkadiusz Kasprzyk<arkadiusz.kasprzyk@swmansion.com> # message auto-generated for no-merge-commit merge: merge kas/patch-react-native into 0.77.1-rc.1-ohos chore: add patch:rn script and update react-native patching instructions Created-by: arkadiuszkasprzyk Commit-by: Arkadiusz Kasprzyk Merged-by: huangyouhua Description: ## Description pnpm patch:rn simplifies the process of patching react-native for RNOH_MAINTAINERS. I expect it to happen more often in the nearest future due to active development of interop 61 package. This MR also updates react-native patching and upgrading instructions because they are outdated. ## Changes - [chore] added pnpm patch:rn script - [chore] updated react-native patching and upgrading instructions ## Test Plan Play around with pnpm patch:rn. Try adding custom style in View.js. ## Checklist - [x] Does not involve incompatible changes; if involved, has been reviewed accordingly. - [x] Does not impact performance, or performance testing has been conducted without degradation. - [x] Complies with the relevant coding standards. - [x] Does not involve documentation updates, or the documentation has been updated. - [x] Meets testability requirements with necessary self-test cases, appropriate logging, or trace information added. - [x] No illegal file inclusions exist, such as images or code. See merge request: openharmony-sig/ohos_react_native!14589 个月前
feat(Upgrade): 升级React Native版本为0.84.1 Co-authored-by: fangyygw<fang_zhen@hoperun.com> 1 个月前
feat: remove deps needing private repo Co-authored-by: linhandev<hanlin21@huawei.com> # message auto-generated for no-merge-commit merge: merge token into 0.77.1-rc.1-ohos feat: remove deps needing private repo Created-by: linhandev Commit-by: linhandev Merged-by: huangyouhua Description: ## Why are these changes being made? We shouldn't be using private registry for public project. This pr removes the need for the private npm registry ## Changelog ## Test Plan Fresh clone, init-ws and tester-ecosystem build works. ## Checklist - [x] pnpm verify command has passed successfully. - [x] No failures occurred in automatic tests on the CONCURRENT TESTER page in the tester app. - [x] No failures occurred in automatic tests on the SEQUENTIAL TESTER page in the tester app. - [x] MR does not include a breaking change or a review has been requested from a Huawei reviewer. See merge request: openharmony-sig/ohos_react_native!9191 年前
refactor: restructure docs and validate links ## Summary Restructures current docs and updates README.md and adds link validator. ## Issue Links Related https://gl.swmansion.com/rnoh/react-native-harmony/-/issues/1456 See merge request rnoh/react-native-harmony!1781 Signed-off-by: huangyouhua <1356795413@qq.com> 1 年前
README.md

Target Audience

RNOH maintainers and contributors.

Overview