[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.
This commit is contained in:
parent
7f1579d96d
commit
d9538845bc
|
@ -78,6 +78,8 @@
|
||||||
<array>
|
<array>
|
||||||
<string>armv7</string>
|
<string>armv7</string>
|
||||||
</array>
|
</array>
|
||||||
|
<key>UIStatusBarStyle</key>
|
||||||
|
<string>UIStatusBarStyleLightContent</string>
|
||||||
<key>UISupportedInterfaceOrientations</key>
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
<array>
|
<array>
|
||||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
|
|
Loading…
Reference in New Issue