From f8bf021c20b8980ce907b940935e282c0d6d39ad Mon Sep 17 00:00:00 2001 From: JustinYT Date: Tue, 18 Nov 2025 17:33:50 +0800 Subject: [PATCH 1/2] docs: update usage guide for marquee_ab Signed-off-by: JustinYT --- en/react-native-marquee-ab.md | 4 +++- zh-cn/react-native-marquee-ab.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/en/react-native-marquee-ab.md b/en/react-native-marquee-ab.md index e62b3b131..aead42dd8 100644 --- a/en/react-native-marquee-ab.md +++ b/en/react-native-marquee-ab.md @@ -23,12 +23,14 @@ Go to the project directory and execute the following instruction: #### **npm** ```bash +#0.72、#0.77 npm install --save react-native-marquee-ab@1.2.6 ``` #### **yarn** ```bash +#0.72、#0.77 yarn add react-native-marquee-ab@1.2.6 ``` @@ -139,7 +141,7 @@ This document is verified based on the following versions: ## Known Issues -- [ ] The reverse property of MarqueeHorizontal takes effect only when it is modified for the first time in HarmonyOS. However, this property in the original third-party library is invalid in iOS and not compatible. [issue#58](https://github.com/ZhangTaoK/react-native-marquee-ab/issues/58). +- [ ] The reverse property of MarqueeHorizontal has no effect in HarmonyOS. However, this property in the original third-party library is invalid in iOS and not compatible. [issue#58](https://github.com/ZhangTaoK/react-native-marquee-ab/issues/58). ## Others diff --git a/zh-cn/react-native-marquee-ab.md b/zh-cn/react-native-marquee-ab.md index 196fecb2f..302b830e5 100644 --- a/zh-cn/react-native-marquee-ab.md +++ b/zh-cn/react-native-marquee-ab.md @@ -24,12 +24,14 @@ #### **npm** ```bash +#0.72、#0.77 npm install --save react-native-marquee-ab@1.2.6 ``` #### **yarn** ```bash +#0.72、#0.77 yarn add react-native-marquee-ab@1.2.6 ``` @@ -135,7 +137,7 @@ export default class TestPage extends Component { ## 遗留问题 -- [ ] MarqueeHorizontal的reverse属性在HarmonyOS上只有第一次修改会触发生效,而原库在iOS上该属性已经失效。未实现HarmonyOS化 问题[issue#58](https://github.com/ZhangTaoK/react-native-marquee-ab/issues/58) +- [ ] MarqueeHorizontal的reverse属性在HarmonyOS上无效,而原库在iOS上该属性已经失效。未实现HarmonyOS化 问题[issue#58](https://github.com/ZhangTaoK/react-native-marquee-ab/issues/58) ## 其他 -- Gitee From 605462b2984a79a7b9c73b244775a74f8ec6282d Mon Sep 17 00:00:00 2001 From: JustinYT Date: Tue, 18 Nov 2025 18:02:54 +0800 Subject: [PATCH 2/2] docs: upddate react-native-vconsole usage Signed-off-by: JustinYT --- en/react-native-vconsole.md | 2 ++ zh-cn/react-native-vconsole.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/en/react-native-vconsole.md b/en/react-native-vconsole.md index 99e94ada2..2cde2cb8c 100644 --- a/en/react-native-vconsole.md +++ b/en/react-native-vconsole.md @@ -23,12 +23,14 @@ Go to the project directory and execute the following instruction: #### **npm** ```bash +#0.72、#0.77 npm install @kafudev/react-native-vconsole@0.1.11 ``` #### **yarn** ```bash +#0.72、#0.77 yarn add @kafudev/react-native-vconsole@0.1.11 ``` diff --git a/zh-cn/react-native-vconsole.md b/zh-cn/react-native-vconsole.md index f64fc7636..1976cda1b 100644 --- a/zh-cn/react-native-vconsole.md +++ b/zh-cn/react-native-vconsole.md @@ -25,12 +25,14 @@ #### **npm** ```bash +#0.72、#0.77 npm install @kafudev/react-native-vconsole@0.1.11 ``` #### **yarn** ```bash +#0.72、#0.77 yarn add @kafudev/react-native-vconsole@0.1.11 ``` -- Gitee