فهرست منبع

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'
   },