From 3695be567ceec699431acc609bb860f27bce1eea Mon Sep 17 00:00:00 2001 From: jiang_kui Date: Thu, 15 Jan 2026 18:14:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=B0=E5=A2=9E=20react-native-video?= =?UTF-8?q?=20=E5=85=BC=E5=AE=B9=E6=80=A7=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiang_kui --- en/react-native-video.md | 2 ++ zh-cn/react-native-video.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/en/react-native-video.md b/en/react-native-video.md index 6c5b1476..26df3785 100644 --- a/en/react-native-video.md +++ b/en/react-native-video.md @@ -650,6 +650,8 @@ Verified in the following versions. 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; +For the HarmonyOS version of react-native-video from 5.2.3 onward, compilation requires DevEco Studio 5.0.1(API13) or higher. + ## Properties > [!tip] The **Platform** column indicates the platform where the properties are supported in the original third-party library. diff --git a/zh-cn/react-native-video.md b/zh-cn/react-native-video.md index 81a84f14..6683d18b 100644 --- a/zh-cn/react-native-video.md +++ b/zh-cn/react-native-video.md @@ -656,6 +656,8 @@ ohpm install 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; +鸿蒙化react-native-video版本在5.2.3及之后,编译需要DevEco Studio 5.0.1(API13)及以上版本。 + ## 属性 > [!TIP] "Platform"列表示该属性在原三方库上支持的平台。 -- Gitee