删除tabBar指标

时间:2018-02-26 20:22:42

标签: reactjs react-native

我正在尝试使用TabNavigator(https://reactnavigation.org/docs/tab-navigator.html)在本机上删除tabBar指示符。

以下是我的tabBarOptions:

tabBarOptions: {
    activeTintColor: ColorManager.colors.primaryColor,
    inactiveTintColor: ColorManager.colors.greyBlack,
    pressColor: ColorManager.colors.colorPress,
    showIcon: true,
    showLabel: true,
    style: {
        backgroundColor: ColorManager.colors.fullWhite,
        elevation: 10,
        shadowColor: ColorManager.colors.greyBlack,
        shadowOpacity: .1
    }
}

indicatorStyle属性存在,但我不知道如何删除指标。

目前它看起来像这样(在Android上运行):

enter image description here

指标是黄色部分。

0 个答案:

没有答案