소스 검색

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