浏览代码

status bar color fix

Viktoriia 8 月之前
父节点
当前提交
3b7ff465c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app.config.ts

+ 1 - 1
app.config.ts

@@ -49,7 +49,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
     backgroundColor: '#ffffff'
   },
   androidStatusBar: {
-    backgroundColor: 'transparent',
+    backgroundColor: '00000000',
     translucent: true,
     barStyle: 'dark-content'
   },