瀏覽代碼

[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 年之前
父節點
當前提交
d9538845bc
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      ios/app/Info.plist

+ 2
- 0
ios/app/Info.plist 查看文件

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

Loading…
取消
儲存