diff --git a/en/react-native-image-rotate.md b/en/react-native-image-rotate.md index 64a93270fbe6ce7d3883d3c86ebe848cf989357a..3efaf501277c2c8771611cfdafa7a9432a03c53b 100644 --- a/en/react-native-image-rotate.md +++ b/en/react-native-image-rotate.md @@ -145,7 +145,7 @@ const styles = StyleSheet.create({ ## Use Codegen -Version >= @react-native-ohos/react-native-inappbrowser@2.1.1, The codegen-lib has been adapted to generate bridge code. +Version >= @react-native-ohos/react-native-image-rotate@2.1.1, The codegen-lib has been adapted to generate bridge code. If this repository has been adapted to Codegen, generate the bridge code of the third-party library by using the Codegen. For details, see[ Codegen Usage Guide](/en/codegen.md). diff --git a/en/react-native-print.md b/en/react-native-print.md index 0627bdb370950780d80a506aa0881a1351971950..73abf54e9a1799eac6795052a7acb9578e38266a 100644 --- a/en/react-native-print.md +++ b/en/react-native-print.md @@ -118,7 +118,7 @@ export default function RNPrint(): JSX.Element { ## Use Codegen -Version >= @react-native-ohos/react-native-inappbrowser@0.11.1, The codegen-lib has been adapted to generate bridge code. +Version >= @react-native-ohos/react-native-print@0.11.1, The codegen-lib has been adapted to generate bridge code. If this repository has been adapted to `Codegen`, generate the bridge code of the third-party library by using the `Codegen`. For details, see [Codegen Usage Guide](/zh-cn/codegen.md). diff --git a/en/react-native-snackbar.md b/en/react-native-snackbar.md index 8344798e317086fb8a57109271beef5d7c8ec91b..64ff77bded4807fbbf118e00f3f578acec3bb445 100644 --- a/en/react-native-snackbar.md +++ b/en/react-native-snackbar.md @@ -19,10 +19,10 @@ Please refer to the Releases page of the third-party library for the corresponding version information | Third-party Library Version | Release Information | Supported RN Version | -| ---------- | ------------------------------------------------------------ | ---------- | -| <= 2.7.1-0.0.2@deprecated | [@react-native-oh-tpl/react-native-snackbar Releases(deprecated)](https://github.com/react-native-oh-library/react-native-snackbar/releases) | 0.72 | -| 2.7.2 | [@react-native-ohos/react-native-snackbar Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-snackbar/releases) | 0.72 | -| 2.9.0 | [@react-native-ohos/react-native-snackbar Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-snackbar/releases) | 0.77 | +|-----------------------------| ------------------------------------------------------------ | ---------- | +| <= 2.7.1-0.0.2@deprecated | [@react-native-oh-tpl/react-native-snackbar Releases(deprecated)](https://github.com/react-native-oh-library/react-native-snackbar/releases) | 0.72 | +| 2.7.2 | [@react-native-ohos/react-native-snackbar Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-snackbar/releases) | 0.72 | +| 2.9.1 | [@react-native-ohos/react-native-snackbar Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-snackbar/releases) | 0.77 | For older versions that are not published to npm, please refer to the [installation guide](/en/tgz-usage-en.md) to install the tgz package. diff --git a/zh-cn/react-native-image-rotate.md b/zh-cn/react-native-image-rotate.md index 0a2e32959b1dfa0bedb4b359a7a73088093730fe..bc5fba252880672ea1d82e1d00efe3d92fabbd6f 100644 --- a/zh-cn/react-native-image-rotate.md +++ b/zh-cn/react-native-image-rotate.md @@ -141,7 +141,7 @@ const styles = StyleSheet.create({ ## 使用 Codegen -Version >= @react-native-ohos/react-native-inappbrowser@2.1.1,已适配codegen-lib生成桥接代码。 +Version >= @react-native-ohos/react-native-image-rotate@2.1.1,已适配codegen-lib生成桥接代码。 本库已经适配了 `Codegen` ,在使用前需要主动执行生成三方库桥接代码,详细请参考[ Codegen 使用文档](/zh-cn/codegen.md)。 diff --git a/zh-cn/react-native-inappbrowser.md b/zh-cn/react-native-inappbrowser.md index b7e7aecc02b6c25293ec5d6d7fc671bfa255a556..bdd4068c331385d511a8d2d4cb222fc46697ed7f 100644 --- a/zh-cn/react-native-inappbrowser.md +++ b/zh-cn/react-native-inappbrowser.md @@ -273,7 +273,7 @@ Version >= @react-native-ohos/react-native-inappbrowser@3.7.1,已适配codegen ## Link -Version >= @react-native-ohos/react-native-localize@3.7.1,已支持 Autolink,无需手动配置(仍需手动配置的内容已在对应标题处标记),目前只支持72框架。 Autolink框架指导文档:https://gitcode.com/openharmony-sig/ohos_react_native/blob/master/docs/zh-cn/Autolinking.md +Version >= @react-native-ohos/react-native-inappbrowser@3.7.1,已支持 Autolink,无需手动配置(仍需手动配置的内容已在对应标题处标记),目前只支持72框架。 Autolink框架指导文档:https://gitcode.com/openharmony-sig/ohos_react_native/blob/master/docs/zh-cn/Autolinking.md 此步骤为手动配置原生依赖项的指导。 diff --git a/zh-cn/react-native-print.md b/zh-cn/react-native-print.md index 40157abe3872d4cf461a818f2dce0fd89fb73ecd..73e79bdc9fc7acb105aa621e8299a7a23060b0df 100644 --- a/zh-cn/react-native-print.md +++ b/zh-cn/react-native-print.md @@ -118,7 +118,7 @@ export default function RNPrint(): JSX.Element { ## 使用 Codegen -Version >= @react-native-ohos/react-native-inappbrowser@0.11.1,已适配codegen-lib生成桥接代码。 +Version >= @react-native-ohos/react-native-print@0.11.1,已适配codegen-lib生成桥接代码。 本库已经适配了 `Codegen` ,在使用前需要主动执行生成三方库桥接代码,详细请参考[ Codegen 使用文档](/zh-cn/codegen.md)。 diff --git a/zh-cn/react-native-snackbar.md b/zh-cn/react-native-snackbar.md index 87cb9eda431b46bed364e778404231fe417132f5..cf0cbdb4238b9fae3a09988305772852cd358471 100644 --- a/zh-cn/react-native-snackbar.md +++ b/zh-cn/react-native-snackbar.md @@ -18,11 +18,11 @@ 请到三方库的 Releases 发布地址查看配套的版本信息: -| 三方库版本 | 发布信息 | 支持RN版本 | -|--------| ------------------------------------------------------------ | ---------- | -| <= 2.7.1-0.0.2@deprecated | [@react-native-oh-tpl/react-native-snackbar Releases(deprecated)](https://github.com/react-native-oh-library/react-native-snackbar/releases) | 0.72 | -| 2.7.2 | [@react-native-ohos/react-native-snackbar Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-snackbar/releases) | 0.72 | -| 2.9.0 | [@react-native-ohos/react-native-snackbar Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-snackbar/releases) | 0.77 | +| 三方库版本 | 发布信息 | 支持RN版本 | +|---------------------------| ------------------------------------------------------------ | ---------- | +| <= 2.7.1-0.0.2@deprecated | [@react-native-oh-tpl/react-native-snackbar Releases(deprecated)](https://github.com/react-native-oh-library/react-native-snackbar/releases) | 0.72 | +| 2.7.2 | [@react-native-ohos/react-native-snackbar Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-snackbar/releases) | 0.72 | +| 2.9.1 | [@react-native-ohos/react-native-snackbar Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-snackbar/releases) | 0.77 | 对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。