Przeglądaj źródła

status bar color fix

Viktoriia 8 miesięcy temu
rodzic
commit
3b7ff465c6
1 zmienionych plików z 1 dodań i 1 usunięć
  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'
   },