2016-11-07 60 views

回答

2

如果你想將文本顏色更改爲黑色,您可以使用:

<StatusBar 
backgroundColor="#fff" 
barStyle="dark-content" // Here is where you change the font-color 
/> 

可以使用輕內容暗內容

儘管在React Native頁面上只能在IOS上工作,但它實際上也適用於Android。

試圖在Android 6.0+與RN 0.36.1

相關問題