From d9538845bc00b16c7341cc4f0299740275fa4c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 19 Apr 2017 14:07:20 +0200 Subject: [PATCH] [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. --- ios/app/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ios/app/Info.plist b/ios/app/Info.plist index a941d14f3..9247b0bf5 100644 --- a/ios/app/Info.plist +++ b/ios/app/Info.plist @@ -78,6 +78,8 @@ armv7 + UIStatusBarStyle + UIStatusBarStyleLightContent UISupportedInterfaceOrientations UIInterfaceOrientationLandscapeLeft