From 13e0b090e0dcd5ec566929d69fa1f09f35f8e1e2 Mon Sep 17 00:00:00 2001 From: sky603629 Date: Tue, 18 Nov 2025 18:00:35 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20react-native-check-box=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=A2=9E=E5=8A=A0RN=E7=89=88=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sky603629 --- en/react-native-check-box.md | 4 ++++ zh-cn/react-native-check-box.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/en/react-native-check-box.md b/en/react-native-check-box.md index 8d1a5189..f89e25e1 100644 --- a/en/react-native-check-box.md +++ b/en/react-native-check-box.md @@ -17,6 +17,9 @@ ## Installation and Usage Go to the project directory and execute the following instruction: +| Library Version | Release Info | Supported RN Version | +| :--- | :--- | :--- | +| 2.1.7 | [react-native-check-box Releases](https://github.com/crazycodeboy/react-native-check-box/releases) | 0.72/0.77 | @@ -81,6 +84,7 @@ This document is verified based on the following versions: 1. RNOH: 0.72.27; SDK: HarmonyOS-Next-DB1 5.0.0.25; IDE: DevEco Studio 5.0.3.400; ROM: 3.0.0.25; 2. 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; +3. RNOH:0.77.18; SDK:HarmonyOS 6.0.0.47 (API Version 20); IDE:DevEco Studio 6.0.0.858; ROM:6.0.0.107; ## Properties diff --git a/zh-cn/react-native-check-box.md b/zh-cn/react-native-check-box.md index 5d6504f9..970ab4f6 100644 --- a/zh-cn/react-native-check-box.md +++ b/zh-cn/react-native-check-box.md @@ -17,6 +17,9 @@ ## 安装与使用 进入到工程目录并输入以下命令: +| 三方库版本 | 发布信息 | 支持RN版本 | +| :--- | :--- | :--- | +| 2.1.7 | [react-native-check-box Releases](https://github.com/crazycodeboy/react-native-check-box/releases) | 0.72/0.77 | @@ -79,6 +82,7 @@ const styles = StyleSheet.create({ 1. RNOH:0.72.27; SDK:HarmonyOS-Next-DB1 5.0.0.25; IDE:DevEco Studio 5.0.3.400; ROM:3.0.0.25; 2. 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; +3. RNOH:0.77.18; SDK:HarmonyOS 6.0.0.47 (API Version 20); IDE:DevEco Studio 6.0.0.858; ROM:6.0.0.107; ## 属性 -- Gitee