From f2c681705405a03be73d61156fe9b8591eb51917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Thu, 15 Jan 2026 18:09:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IDK6FY]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-photo-manipulator=E6=8C=87=E5=AF=BC?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李琦 --- en/react-native-photo-manipulator.md | 1 + zh-cn/react-native-photo-manipulator.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/en/react-native-photo-manipulator.md b/en/react-native-photo-manipulator.md index 84eb9e8f..9247d3cf 100644 --- a/en/react-native-photo-manipulator.md +++ b/en/react-native-photo-manipulator.md @@ -226,6 +226,7 @@ Then build and run the code. Check the release version information in the release address of the third-party library: [@react-native-ohos/react-native--photo-manipulator Releases](https://github.com/react-native-oh-library/react-native-photo-manipulator/releases). +HarmonyOS support for react-native-photo-manipulator requires DevEco Studio 5.0.5 (API13) or above for compilation. ## 4. Properties (If Any) diff --git a/zh-cn/react-native-photo-manipulator.md b/zh-cn/react-native-photo-manipulator.md index e7d92704..ccb0ca47 100644 --- a/zh-cn/react-native-photo-manipulator.md +++ b/zh-cn/react-native-photo-manipulator.md @@ -226,6 +226,8 @@ ohpm install 请到三方库相应的 Releases 发布地址查看 Release 配套的版本信息:[@react-native-ohos/react-native--photo-manipulator Releases](https://github.com/react-native-oh-library/react-native-photo-manipulator/releases)。 +鸿蒙化react-native-photo-manipulator,编译需要DevEco Studio 5.0.5(API13)及以上版本。 + ## 4. 属性 > [!TIP] "Platform"列表示该属性在原三方库上支持的平台。 -- Gitee