我可以覆盖默认标题和页脚的颜色

时间:2018-04-04 07:12:31

标签: android reactjs react-native

我是新手反应本地开发人员。我目前正在使用Android,我正在使用Pixel XL API P AVD。

到目前为止,我的应用屏幕看起来像这样。 enter image description here

我是否可以使用我应用的颜色覆盖“灰色”标题和“黑色”页脚?

1 个答案:

答案 0 :(得分:0)

您可以使用组件StatusBar

只需确保将其添加到导航器样式或其他组件

上方
  <StatusBar
     backgroundColor="blue"
     barStyle="light-content"
   />
   // Navigators

对于 Navbar颜色,您可以考虑使用this包。

并将其用作NavigationBar.setColor('#ffab8e')