文件最后提交记录最后更新时间
feat: remove RNC release artifact Co-authored-by: Arkadiusz<arkadiusz.kasprzyk@swmansion.com> # message auto-generated for no-merge-commit merge: merge kas/copy-upstream-js-files into 0.77.1-rc.1-ohos feat: remove RNC release artifact Created-by: arkadiuszkasprzyk Commit-by: Arkadiusz Kasprzyk;Arkadiusz Merged-by: huangyouhua Description: ## Why are these changes being made? 0.77 must not introduce a new release artifact (RNC). Current approach assumes releasing RNC (React Native Core) and RNOH. This MR aims to eliminate the need of releasing RNC. ## Test Plan - Check tester and ecosystem tester for regressions. - Check Metro and offline bundles in release and dev modes. - Test release artifact in a sample project. ## 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. - [ ] ~~MR does not include a breaking change or a review has been requested from a Huawei reviewer.~~ (the package on this branch hasn't been published, so this check and changelog section don't make sense) See merge request: openharmony-sig/ohos_react_native!8751 年前
feat: redirect imports to rnoh-61-interop package Co-authored-by: Arkadiusz Kasprzyk<arkadiusz.kasprzyk@swmansion.com> # message auto-generated for no-merge-commit merge: merge kas/rnoh61-redirections into 0.77.1-rc.1-ohos feat: redirect imports to rnoh-61-interop package Created-by: arkadiuszkasprzyk Commit-by: Arkadiusz Kasprzyk Merged-by: huangyouhua Description: ## Description RNOH 61 Interop Package must hijack JS imports to react-native and fallback to RNOH. ## Changes ## Test Plan Remove some reexport from the index.js in the interop package and notice a change in behavior in interop 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. - [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!13479 个月前
fix:Add the isvision property of Platform and return false. Co-authored-by: haozhihang<haozhihang@huawei.com> # message auto-generated for no-merge-commit merge: !2002 merge 0.82 into 0.82 fix:Add the isvision property of Platform and return false. Created-by: haozhihang Commit-by: haozhihang Merged-by: openharmony_ci Description: <!-- 请在合并之前删除注释代码,以避免将其包含在GIT历史记录中 --> # 描述 <!-- 简要描述PR的目的,例如: 这条PR主要实现metro局域网内远程调试的功能. --> # 变更日志 <!-- 列出可包含在变更日志中的要点的主要变更。 不要列出内部更改。请以下列开头来写每个变更点: - added - fixed - deprecated - removed 如果是一条新增属性的变更,则以[added]开头,例如: - [added] FlatList组件新增inverted属性 --> # 测试步骤 <!-- 如何测试这条PR。例如: 1. 打开Tester工程. 2. 执行npm run start命令. ... --> # 合入前自检 <!-- 请在合入前根据以下条例进行自检 自检完成后在[ ]内填入"x", 例如: - [x] 不涉及非兼容性变更;若涉及,已通过相应评审。 --> - [ ] 不涉及非兼容性变更;若涉及,已通过相应评审。 - [ ] 不涉及性能或已进行性能测试且无性能劣化。 - [ ] 符合对应的编码规范。 - [ ] 不涉及文档更新,或已更新了文档。 - [ ] 针对可测试性要求,已增加必要的自测用例、合理的日志记录或Trace信息。 - [ ] 不存在非法的文件引入,包括图片和代码等 - [ ] 本PR已经在77分支开启PR或不需要在77分支合入 - 如需合入77分支,PR地址: See merge request: openharmony-sig/ohos_react_native!20024 个月前