From bcec18d5682e4b45915d3f3f4645f7cf7d71b016 Mon Sep 17 00:00:00 2001 From: cuijiaojiao1 Date: Mon, 5 Jan 2026 19:45:10 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issue:=20#IDHSII]=E6=96=B0=E5=A2=9Erea?= =?UTF-8?q?ct-native-picker-picker=200.82=E6=A1=86=E6=9E=B6=E9=80=82?= =?UTF-8?q?=E9=85=8D=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuijiaojiao1 --- en/react-native-picker-picker.md | 7 +++++-- zh-cn/react-native-picker-picker.md | 13 ++++++++----- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/en/react-native-picker-picker.md b/en/react-native-picker-picker.md index 9a042c11a..c9124ad9f 100644 --- a/en/react-native-picker-picker.md +++ b/en/react-native-picker-picker.md @@ -22,7 +22,8 @@ Find the matching version information in the release address of a third-party li |---------------------------| ------------------------------------------------------------ |---------------------------------------------------------------------------------------------------------------------------| | <= 2.6.3@deprecated | [@react-native-oh-tpl/picker Releases(deprecated)](https://github.com/react-native-oh-library/picker/releases) | 0.72 | | 2.6.4 | [@react-native-ohos/picker Releases](https://gitcode.com/openharmony-sig/rntpc_picker/releases) | 0.72 | -| 2.11.2 | [@react-native-ohos/picker Releases](https://gitcode.com/openharmony-sig/rntpc_picker/releases) | 0.77 | +| 2.11.2 | [@react-native-ohos/picker Releases](https://gitcode.com/openharmony-sig/rntpc_picker/releases) | 0.77/0.82 | +| 2.11.4 | [@react-native-ohos/picker Releases](https://gitcode.com/openharmony-sig/rntpc_picker/releases) | 0.82 | 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. @@ -77,7 +78,8 @@ This library has been adapted for `Codegen`. Before using it, you need to proact | | Is supported autolink | Supported RN Version | |--------------------------------|-----------------------|----------------------| -| ~2.11.2 | No | 0.77 | +| ~2.11.2 | No | 0.82 | +| ~2.11.2 | No | 0.77/0.82 | | ~2.6.4 | Yes | 0.72 | | <= 2.6.3@deprecated | No | 0.72 | @@ -270,6 +272,7 @@ Verified in the following versions. 1. RNOH: 0.72.96; SDK: HarmonyOS 6.0.0 Release SDK; IDE: DevEco Studio 6.0.0.858; ROM: 6.0.0.112; 2. RNOH: 0.72.33; SDK: HarmonyOS NEXT B1; IDE: DevEco Studio: 5.0.3.900; ROM: Next.0.0.71; 3. RNOH: 0.77.18; SDK: HarmonyOS 6.0.0 Release SDK; IDE: DevEco Studio 6.0.0.858; ROM: 6.0.0.112; +4. RNOH: 0.82.1; SDK: HarmonyOS 6.0.1 Release SDK; IDE: DevEco Studio 6.0.1 Release; ROM: 6.0.0.120 SP7; ## Properties diff --git a/zh-cn/react-native-picker-picker.md b/zh-cn/react-native-picker-picker.md index 25245a6e6..c281d45ee 100644 --- a/zh-cn/react-native-picker-picker.md +++ b/zh-cn/react-native-picker-picker.md @@ -18,11 +18,12 @@ 请到三方库的 Releases 发布地址查看配套的版本信息: -| 三方库版本 | 发布信息 | 支持RN版本 | -|---------------------| ------------------------------------------------------------ |---------------------------------------------------------------------------------------------------------------------------| +| 三方库版本 | 发布信息 | 支持RN版本 | +| ------------------- | ------------------------------------------------------------ | ---------- | | <= 2.6.3@deprecated | [@react-native-oh-tpl/picker Releases(deprecated)](https://github.com/react-native-oh-library/picker/releases) | 0.72 | -| 2.6.4 | [@react-native-ohos/picker Releases](https://gitcode.com/openharmony-sig/rntpc_picker/releases) | 0.72 | -| 2.11.2 | [@react-native-ohos/picker Releases](https://gitcode.com/openharmony-sig/rntpc_picker/releases) | 0.77 | +| 2.6.4 | [@react-native-ohos/picker Releases](https://gitcode.com/openharmony-sig/rntpc_picker/releases) | 0.72 | +| 2.11.2 | [@react-native-ohos/picker Releases](https://gitcode.com/openharmony-sig/rntpc_picker/releases) | 0.77/0.82 | +| 2.11.4 | [@react-native-ohos/picker Releases](https://gitcode.com/openharmony-sig/rntpc_picker/releases) | 0.82 | 对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 @@ -78,7 +79,8 @@ export const PickerExample = ()=>{ | | 是否支持autolink | RN框架版本 | |--------------------------------------|-----------------|------------| -| ~2.11.2 | No | 0.77 | +| ~2.11.4 | No | 0.82 | +| ~2.11.2 | No | 0.77/0.82 | | ~2.6.4 | Yes | 0.72 | | <= 2.6.3@deprecated | No | 0.72 | @@ -275,6 +277,7 @@ ohpm install 1. RNOH: 0.72.96; SDK: HarmonyOS 6.0.0 Release SDK; IDE: DevEco Studio 6.0.0.858; ROM: 6.0.0.112; 2. RNOH: 0.72.33; SDK: HarmonyOS NEXT B1; IDE: DevEco Studio: 5.0.3.900; ROM: Next.0.0.71; 3. RNOH: 0.77.18; SDK: HarmonyOS 6.0.0 Release SDK; IDE: DevEco Studio 6.0.0.858; ROM: 6.0.0.112; +4. RNOH: 0.82.1; SDK: HarmonyOS 6.0.1 Release SDK; IDE: DevEco Studio 6.0.1 Release; ROM: 6.0.0.120 SP7; ## 属性 -- Gitee