diff --git a/en/react-native-picker-picker.md b/en/react-native-picker-picker.md index 9a042c11ab7f9f5582f05f312ee4df35659d02be..c9124ad9f3d57166c3ec3991250b417266f26f4a 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 25245a6e687cc13b2535acf9febb70342642762c..c281d45eeec66076f026a3ef014f4c3e6db003d5 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; ## 属性