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