From a8d20c0569ccc419dd21d2444def2a12db082530 Mon Sep 17 00:00:00 2001 From: wangjinyi <18071094885@163.com> Date: Fri, 1 Nov 2024 17:44:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9react-native-bars?= =?UTF-8?q?=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 --- en/react-native-bars.md | 3 ++- zh-cn/react-native-bars.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/en/react-native-bars.md b/en/react-native-bars.md index cb61479c..61732651 100644 --- a/en/react-native-bars.md +++ b/en/react-native-bars.md @@ -168,7 +168,7 @@ Check the release version information in the release address of the third-party | Name | Description | Type | Required | Platform | HarmonyOS Support | | -------- | --------------------------------------------------------------------------------------------- | ------- | -------- | -------- | ----------------- | | barStyle | Status Bar Style | string | yes | all | yes | -| animated | Should transition between status bar property changes be animated? (has no effect on Android) | boolean | no | all | yes | +| animated | Should transition between status bar property changes be animated? (has no effect on Android) | boolean | no | all | no | ### NavigationBar @@ -208,6 +208,7 @@ Check the release version information in the release address of the third-party ## Known Issues - [ ] react-native-bars 不支持 NavigationBar 问题: [issue#16](https://github.com/react-native-oh-library/react-native-bars/issues/16) +- [ ] StatusBar不支持属性animated: [issue#21](https://github.com/react-native-oh-library/react-native-bars/issues/21) ## Others diff --git a/zh-cn/react-native-bars.md b/zh-cn/react-native-bars.md index 53ec537a..7e5fb43a 100644 --- a/zh-cn/react-native-bars.md +++ b/zh-cn/react-native-bars.md @@ -176,7 +176,7 @@ ohpm install | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | ---- | ------------ | | barStyle | Status Bar Style | string | yes | all | yes| -| animated | Should transition between status bar property changes be animated? (has no effect on Android) | boolean | no | all | yes| +| animated | Should transition between status bar property changes be animated? (has no effect on Android) | boolean | no | all | no | ### NavigationBar | Name | Description | Type | Required | Platform | HarmonyOS Support | @@ -212,6 +212,7 @@ ohpm install ## 遗留问题 - [ ] react-native-bars不支持NavigationBar问题: [issue#16](https://github.com/react-native-oh-library/react-native-bars/issues/16) +- [ ] StatusBar不支持属性animated: [issue#21](https://github.com/react-native-oh-library/react-native-bars/issues/21) ## 其他 -- Gitee