diff --git a/README.md b/README.md index 75ae673ca425986d5c4364197520cb3653dc19b2..9b953d95f4b87321c96dd26fd540fd02e8c28bb6 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 6530f7c0bdce9ef0c488cd861cbe82d9dd1d95d8..4f050b29bd3e2645ffe16f0b12e00f865716bfed 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 c4c78072de65257534d0e4bd9af60311695ba313..d728f2b91617ff0910e200dd47a49173757300d7 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 三方库总览