From 5e25810e93277c030a109ecbe0c0c978cdcc471d Mon Sep 17 00:00:00 2001 From: zhangZhenWei <5237428+zhang_zhenwei@user.noreply.gitee.com> Date: Wed, 3 Dec 2025 15:08:09 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ID9V59]=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0react-native-bootsplash=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-bootsplash.md | 6 ++++-- zh-cn/react-native-bootsplash.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/en/react-native-bootsplash.md b/en/react-native-bootsplash.md index 7494ed26..739cf50d 100644 --- a/en/react-native-bootsplash.md +++ b/en/react-native-bootsplash.md @@ -459,13 +459,15 @@ useHideAnimation(config: {UseHideAnimationConfig}) => {container: ContainerProps | darkLogo | logo image in animation in dark mode | ImageRequireSource | No | iOS/Android | partially | | brand | brand image in animation | ImageRequireSource | No | iOS/Android | partially | | darkBrand | brand image in animation in dark mode | ImageRequireSource | No | iOS/Android | partially | -| statusBarTranslucent | sets whether the status bar is transparent | boolean | No | iOS/Android | partially | -| navigationBarTranslucent | sets whether the navigation bar is transparent | boolean | No | iOS/Android | partially | +| statusBarTranslucent | sets whether the status bar is transparent | boolean | No | iOS/Android | No | +| navigationBarTranslucent | sets whether the navigation bar is transparent | boolean | No | iOS/Android | No | | animate | custom hide animation | function | Yes | iOS/Android | partially | ## Known Issues - [ ] The animation property cannot be set in the HarmonyOS window, because setting the fade parameter of the hide API to true does not take effect. [issue#13](https://github.com/react-native-oh-library/react-native-bootsplash/issues/13) +- [ ] The navigationBarTranslucent property is not supported on HarmonyOS, and setting the navigationBarTranslucent parameter to true on the useHideAnimation interface has no effect problem: [issue#6](https://gitcode.com/openharmony-sig/rntpc_react-native-bootsplash/issues/6) +- [ ] The statusBarTranslucent property is not supported on HarmonyOS, and setting the statusBarTranslucent parameter to true on the useHideAnimation interface has no effect problem: [issue#6](https://gitcode.com/openharmony-sig/rntpc_react-native-bootsplash/issues/6) ## Others diff --git a/zh-cn/react-native-bootsplash.md b/zh-cn/react-native-bootsplash.md index 6a8842be..b44c5ce4 100644 --- a/zh-cn/react-native-bootsplash.md +++ b/zh-cn/react-native-bootsplash.md @@ -450,13 +450,15 @@ useHideAnimation(config: {UseHideAnimationConfig}) => {container: ContainerProps | darkLogo | logo image in animation in dark mode | ImageRequireSource | No | iOS/Android | partially | | brand | brand image in animation | ImageRequireSource | No | iOS/Android | partially | | darkBrand | brand image in animation in dark mode | ImageRequireSource | No | iOS/Android | partially | -| statusBarTranslucent | sets whether the status bar is transparent | boolean | No | iOS/Android | partially | -| navigationBarTranslucent | sets whether the navigation bar is transparent | boolean | No | iOS/Android | partially | +| statusBarTranslucent | sets whether the status bar is transparent | boolean | No | iOS/Android | No | +| navigationBarTranslucent | sets whether the navigation bar is transparent | boolean | No | iOS/Android | No | | animate | custom hide animation | function | Yes | iOS/Android | partially | ## 遗留问题 - [ ] HarmonyOS的window窗口上不支持设置动画属性,hide接口fade参数设置true没有效果 问题: [issue#13](https://github.com/react-native-oh-library/react-native-bootsplash/issues/13) +- [ ] HarmonyOS的上不支持navigationBarTranslucent属性,useHideAnimation接口navigationBarTranslucent参数设置true没有效果 问题: [issue#6](https://gitcode.com/openharmony-sig/rntpc_react-native-bootsplash/issues/6) +- [ ] HarmonyOS的上不支持statusBarTranslucent属性,useHideAnimation接口statusBarTranslucent参数设置true没有效果 问题: [issue#6](https://gitcode.com/openharmony-sig/rntpc_react-native-bootsplash/issues/6) ## 其他 - 执行generate-bootsplash命令行时,由于 `--brand, --brand-width 和 --dark-*` 选项需要购买license才能使用,涉及功能未开源,HarmonyOS平台不支持使用 -- Gitee