From 2ddcfc7a86902f50ae13c78e2293691778ee3cd1 Mon Sep 17 00:00:00 2001 From: Chanry Date: Tue, 25 Nov 2025 14:28:28 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:#ID8IF0]=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20react-native-mqtt=20=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Chanry --- en/react-native-mqtt.md | 17 ++++++----------- zh-cn/react-native-mqtt.md | 21 +++++++++------------ 2 files changed, 15 insertions(+), 23 deletions(-) diff --git a/en/react-native-mqtt.md b/en/react-native-mqtt.md index effebf605..db577b596 100644 --- a/en/react-native-mqtt.md +++ b/en/react-native-mqtt.md @@ -1,19 +1,14 @@ -> Template version: v0.2.2 +> Template version: v0.3.0

react-native-mqtt

-

- - Supported platforms - - - License - -

+Please go to the Releases release address of the third-party library to view the supporting version information: [react-native-mqtt Releases](https://github.com/Introvertuous/react-native-mqtt/releases). For older versions that are not published to npm, install the tgz package by referring to the [Installation Guide](/en/tgz-usage-en.md). -> [!TIP] [GitHub address](https://github.com/Introvertuous/react-native-mqtt) +| Version | Support RN version| +| ---------- |---------- | +| 1.3.1 | 0.72/0.77 | ## Installation and Usage @@ -129,7 +124,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 Release); IDE: DevEco Studio 6.0.0 Release; ROM: 6.0.0.108 SP6; ## 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-mqtt.md b/zh-cn/react-native-mqtt.md index a063d87ac..fa4293d93 100644 --- a/zh-cn/react-native-mqtt.md +++ b/zh-cn/react-native-mqtt.md @@ -1,19 +1,15 @@ -> 模板版本:v0.2.2 +> 模板版本:v0.3.0

react-native-mqtt

-

- - Supported platforms - - - License - -

+请到三方库的 Releases 发布地址查看配套的版本信息:[react-native-mqtt Releases](https://github.com/Introvertuous/react-native-mqtt/releases)。对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 + +| 三方库版本 | 支持RN版本 | +| ---------- |---------- | +| 1.3.1 | 0.72/0.77 | -> [!TIP] [Github 地址](https://github.com/Introvertuous/react-native-mqtt) ## 安装与使用 @@ -127,8 +123,9 @@ function sendMessage() { 本文档内容基于以下版本验证通过: -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; +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 Release); IDE: DevEco Studio 6.0.0 Release; ROM: 6.0.0.108 SP6; ## 属性 -- Gitee