如何设置React导航材料顶部标签的非活动标签指示器样式v5?

时间:2020-06-04 09:42:25

标签: react-native react-navigation

是否可以为React Navigation v5材质的顶部标签设置非活动标签指示器样式?

活动状态可以这样设置:

tabBarOptions={{
  indicatorStyle: {
    backgroundColor: 'red',
  },
}}

1 个答案:

答案 0 :(得分:0)

tabBarOptions = {{ activeTintColor:tintColor, inactiveTintColor:defaultColor, }}

尝试使用此选项卡来自定义标签。它在那里描述。