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,
};