[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:
Saúl Ibarra Corretgé 2017-04-19 14:07:20 +02:00
parent 7f1579d96d
commit d9538845bc
1 changed files with 2 additions and 0 deletions

View File

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