From 43f9ed1974419119a83408cca053ba74c67d4360 Mon Sep 17 00:00:00 2001 From: JustinYT Date: Wed, 19 Nov 2025 14:45:38 +0800 Subject: [PATCH] docs: update react-native-marquee-ab Signed-off-by: JustinYT --- en/react-native-marquee-ab.md | 8 +++++++- zh-cn/react-native-marquee-ab.md | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/en/react-native-marquee-ab.md b/en/react-native-marquee-ab.md index e62b3b13..d5fcc1fe 100644 --- a/en/react-native-marquee-ab.md +++ b/en/react-native-marquee-ab.md @@ -16,6 +16,12 @@ ## Installation and Usage +| Version | Support RN version | +| ------------------------- | -------------------------- | +| 1.2.6 | 0.72/0.77 | + +For older versions that are not published to npm, please refer to the [installation guide](/en/tgz-usage-en.md) to install the tgz package. + Go to the project directory and execute the following instruction: @@ -139,7 +145,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 196fecb2..8a250099 100644 --- a/zh-cn/react-native-marquee-ab.md +++ b/zh-cn/react-native-marquee-ab.md @@ -17,6 +17,12 @@ ## 安装与使用 +| 三方库版本 | 支持RN版本 | +| ------------------------- | -------------------------- | +| 1.2.6 | 0.72/0.77 | + +对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 + 进入到工程目录并输入以下命令: @@ -135,7 +141,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