React Native Navigation navBarCustomView在Android上不起作用

时间:2018-11-29 07:29:10

标签: android react-native header navigation react-native-navigation

navBarCustomView在android上不起作用。我有五个标签。 它在前四个选项卡中效果很好。但是在最后一个选项卡中,navBarCustomView不起作用。即使更改选项卡的数量,最后一个选项卡仍然不起作用。

export const navigatorStyle = {
...Platform.select({
android: {
  navBarCustomView: 'CustomNavBar',
  drawUnderTabBar: true,
},
}),
navBarTextColor: '#5A6866',
navBarBackgroundColor: 'rgb(243, 243, 243)',
navBarTitleTextCentered: true,
topBarElevationShadowEnabled: false,
navBarNoBorder: true,
};

0 个答案:

没有答案