使用本机库在React-native中更改FooterTab中的颜色

时间:2018-01-11 04:10:11

标签: react-native customization native-base

似乎无法自定义FooterTab属性。

在文档中,它没有说明如何编辑。

这是我的代码:

<FooterTab
  tabActiveBgColor="#4fb5f9"
  tabBarActiveTextColor="#2d83bc"
  tabBarTextColor="#6b6b6b">
  <Button>
    Inventory
    <Icon name="ios-list-box-outline" />
  </Button>
  <Button>
    Survey
    <Icon name="ios-camera-outline" />
  </Button>
</FooterTab>

1 个答案:

答案 0 :(得分:0)

查看文档Customizing components

enter image description here

更改FooterTab的变量here