diff --git a/en/react-native-marquee-ab.md b/en/react-native-marquee-ab.md index e62b3b1313aaade2b382e0346ade311945ae98e7..aead42dd85f8ee535fb4dd3cfb89fdeb4aeea9c3 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/en/react-native-vconsole.md b/en/react-native-vconsole.md index 99e94ada2ac7cdca725b5488cca9ff868a80cf5b..2cde2cb8c08321853ab9c408f1b093321969b482 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-marquee-ab.md b/zh-cn/react-native-marquee-ab.md index 196fecb2f06a669e1109ae653e4411b50275fc39..302b830e5603fcad6b96625d98bcf20f443f0f36 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) ## 其他 diff --git a/zh-cn/react-native-vconsole.md b/zh-cn/react-native-vconsole.md index f64fc76364caa58472a76432be7991056de77714..1976cda1b693b9c5736a397d3d6b3a341e6e30ca 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 ```