From 270bd55482df230456d91bb15166b35eaa3f8a4f Mon Sep 17 00:00:00 2001 From: qinjianqi Date: Sat, 1 Mar 2025 00:12:02 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IBPUKL]:=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0RN=E4=B8=89=E6=96=B9=E5=BA=93=E5=9C=A8RN=E6=A1=86?= =?UTF-8?q?=E6=9E=B6=20release=E5=8C=85=E7=8E=AF=E5=A2=83=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=B3=A8=E6=84=8F=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + en/README_EN.md | 1 + zh-cn/README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 75ae673c..9b953d95 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ - Codegen :三方库大部分适配了 Codegen ,在使用前需要主动执行生成三方库桥接代码,详细请参考[Codegen 使用文档](/zh-cn/codegen.md)。 - C-API 架构:三方库后续只基于 RN C-API 架构演进,详细介绍请参考 [C-API 架构](zh-cn/capi-architecture.md) 。 - RN 三方库补丁化移植:为避免对三方库其他平台产生影响,移植使用了补丁化移植,详细介绍请参考 [RN 三方库补丁化移植](zh-cn/patch.md) 。 +- RN框架 release包:本文档针对RN框架源码包使用说明,使用react_native_openharmony-xxx-release.har包时,还需要额外配置`target_compile_options`,详细介绍请参考 [release包使用说明](https://gitcode.com/openharmony-sig/ohos_react_native/blob/master/docs/zh-cn/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA.md#release%E5%8C%85%E4%BD%BF%E7%94%A8) 。 ## RNOH 三方库总览 diff --git a/en/README_EN.md b/en/README_EN.md index 6530f7c0..4f050b29 100644 --- a/en/README_EN.md +++ b/en/README_EN.md @@ -19,6 +19,7 @@ You can evaluate existing documentation, make simple changes, report quality iss - Codegen: Most third-party libraries have adapted to Codegen, and you need to proactively execute the generation of bridging code for these libraries before use. For more details, refer to the [Codegen Documentation](/en/codegen.md). - C-API Architecture: Third-party libraries will evolve based solely on the RN C-API architecture. For a detailed introduction, please refer to [C-API Architecture](/en/capi-architecture.md). - RN Third-Party Library Patch Migration: To avoid impacting other platforms of the third-party libraries, migration is performed using patching. For more details, refer to [RN Third-Party Library Patch Migration](/en/patch.md). +- RN framework release package: This document describes the use of the RN framework source package. When using the react_native_openharmony-xxx-release.har package, you also need to configure 'target_compile_options'. For details, please refer to [Release Package Instructions](https://gitcode.com/openharmony-sig/ohos_react_native/blob/master/docs/zh-cn/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA.md#release%E5%8C%85%E4%BD%BF%E7%94%A8). ## Overview of RNOH Third-Party Libraries diff --git a/zh-cn/README.md b/zh-cn/README.md index c4c78072..d728f2b9 100644 --- a/zh-cn/README.md +++ b/zh-cn/README.md @@ -19,6 +19,7 @@ - Codegen :三方库大部分适配了 Codegen ,在使用前需要主动执行生成三方库桥接代码,详细请参考[Codegen 使用文档](/zh-cn/codegen.md)。 - C-API 架构:三方库后续只基于 RN C-API 架构演进,详细介绍请参考 [C-API 架构](zh-cn/capi-architecture.md) 。 - RN 三方库补丁化移植:为避免对三方库其他平台产生影响,移植使用了补丁化移植,详细介绍请参考 [RN 三方库补丁化移植](zh-cn/patch.md) 。 +- RN框架 release包:本文档针对RN框架源码包使用说明,使用react_native_openharmony-xxx-release.har包时,还需要额外配置`target_compile_options`,详细介绍请参考 [release包使用说明](https://gitcode.com/openharmony-sig/ohos_react_native/blob/master/docs/zh-cn/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA.md#release%E5%8C%85%E4%BD%BF%E7%94%A8) 。 ## RNOH 三方库总览 -- Gitee