[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.
pull/1521/head jitsi-meet_2016
Saúl Ibarra Corretgé 8 years ago
parent 7f1579d96d
commit d9538845bc
  1. 2
      ios/app/Info.plist

@ -78,6 +78,8 @@
<array>
<string>armv7</string>
</array>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>

Loading…
Cancel
Save