From 31a8272c486b8818bd5207516df852d6bf79fa9a Mon Sep 17 00:00:00 2001 From: dingchenjie Date: Tue, 20 Jan 2026 15:03:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=B0=E5=A2=9Ereact-native-communit?= =?UTF-8?q?y/fileupload=200.82=E6=A1=86=E6=9E=B6=E9=80=82=E9=85=8D?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-fileupload.md | 5 +++-- zh-cn/react-native-fileupload.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/en/react-native-fileupload.md b/en/react-native-fileupload.md index ce5b2398..09691810 100644 --- a/en/react-native-fileupload.md +++ b/en/react-native-fileupload.md @@ -23,7 +23,7 @@ Please refer to the Releases page of the third-party library for the correspondi |-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------| ---------- | | <=1.1.0-0.0.2@deprecated | [@react-native-oh-tpl/react-native-fileupload Releases(deprecated)](https://github.com/react-native-oh-library/react-native-fileupload/releases) | 0.72 | | 1.1.1 | [@react-native-ohos/react-native-fileupload Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-fileupload/releases) | 0.72 | -| 1.2.0 | [@react-native-ohos/react-native-fileupload Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-fileupload/releases) | 0.77 | +| 1.2.0 | [@react-native-ohos/react-native-fileupload Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-fileupload/releases) | 0.77/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. @@ -134,7 +134,7 @@ This library has been adapted for `Codegen`. Before using it, you need to proact | | Is supported autolink | Supported RN Version | |--------------------------------------|-----------------------|----------------------| -| ~1.2.0 | No | 0.77 | +| ~1.2.0 | No | 0.77/0.82 | | ~1.1.1 | Yes | 0.72 | | <=1.1.0-0.0.2@deprecated | No | 0.72 | @@ -292,6 +292,7 @@ The following combinations have been verified: 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 ## API diff --git a/zh-cn/react-native-fileupload.md b/zh-cn/react-native-fileupload.md index cee005d2..c430a45b 100644 --- a/zh-cn/react-native-fileupload.md +++ b/zh-cn/react-native-fileupload.md @@ -23,7 +23,7 @@ |------------------|--------------------------------------------------------------------------------------------------------------------------------------------------| ---------- | | <=1.1.0-0.0.2@deprecated | [@react-native-oh-tpl/react-native-fileupload Releases(deprecated)](https://github.com/react-native-oh-library/react-native-fileupload/releases) | 0.72 | | 1.1.1 | [@react-native-ohos/react-native-fileupload Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-fileupload/releases) | 0.72 | -| 1.2.0 | [@react-native-ohos/react-native-fileupload Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-fileupload/releases) | 0.77 | +| 1.2.0 | [@react-native-ohos/react-native-fileupload Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-fileupload/releases) | 0.77/0.82 | 对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 @@ -134,7 +134,7 @@ let styles = StyleSheet.create({ | | 是否支持autolink | RN框架版本 | |--------------------------------------|------------------|-----------| -| ~1.2.0 | No | 0.77 | +| ~1.2.0 | No | 0.77/0.82 | | ~1.1.1 | Yes | 0.72 | | <=1.1.0-0.0.2@deprecated | No | 0.72 | @@ -292,6 +292,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 ## API -- Gitee