Pārlūkot izejas kodu

[RN] Set iOS status bar style to light

It will render as white in dark backgrounds. This is what FaceTime does and what
we already do on Android. The problem with the default look (black text) is
noticeable in audio only mode, since the background is dark.
j8
Saúl Ibarra Corretgé 8 gadus atpakaļ
vecāks
revīzija
d9538845bc
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      ios/app/Info.plist

+ 2
- 0
ios/app/Info.plist Parādīt failu

@@ -78,6 +78,8 @@
78 78
 	<array>
79 79
 		<string>armv7</string>
80 80
 	</array>
81
+	<key>UIStatusBarStyle</key>
82
+	<string>UIStatusBarStyleLightContent</string>
81 83
 	<key>UISupportedInterfaceOrientations</key>
82 84
 	<array>
83 85
 		<string>UIInterfaceOrientationLandscapeLeft</string>

Notiek ielāde…
Atcelt
Saglabāt