diff --git a/en/react-native-bars.md b/en/react-native-bars.md index cb61479cec9726f5fb9fa6fbf43779d49a1cde0e..61732651e4e81ab5073eb8b6250d68b3079fcf93 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 53ec537abf6f95bdbf48073cdb0d451b3cdbd006..7e5fb43a65c69ebff529a2d95a1f5bb9e3ff83a5 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) ## 其他