From 21d0d58acc967eee467578df9f636718144de143 Mon Sep 17 00:00:00 2001 From: zhuyongxiang Date: Thu, 15 Jan 2026 11:43:34 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20react-native-rsa-native=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E5=85=BC=E5=AE=B9=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhuyongxiang --- en/react-native-rsa-native.md | 3 +++ zh-cn/react-native-rsa-native.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/en/react-native-rsa-native.md b/en/react-native-rsa-native.md index 5cb897a5..74642529 100644 --- a/en/react-native-rsa-native.md +++ b/en/react-native-rsa-native.md @@ -309,6 +309,9 @@ Verified in the following versions. 1. RNOH: 0.72.33; SDK:OpenHarmony 5.0.0.71(API Version 12 Release); IDE:DevEco Studio 5.0.3.900; ROM:NEXT.0.0.71; 2. 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-rsa-native from 2.0.6-rc.1 onward, compilation requires DevEco Studio 5.1.0(API18) or higher. + ## 4. API > [!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-rsa-native.md b/zh-cn/react-native-rsa-native.md index ac85814c..56f26ddf 100644 --- a/zh-cn/react-native-rsa-native.md +++ b/zh-cn/react-native-rsa-native.md @@ -314,6 +314,9 @@ ohpm install 1. RNOH: 0.72.33; SDK:OpenHarmony 5.0.0.71(API Version 12 Release); IDE:DevEco Studio 5.0.3.900; ROM:NEXT.0.0.71; 2. 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-rsa-native版本在2.0.6-rc.1及之后,编译需要DevEco Studio 5.1.0(API18)及以上版本。 + ## 4. API > [!TIP] "Platform"列表示该属性在原三方库上支持的平台。 -- Gitee