I really like BottomBar but it's not possible to customise inactive color at all. Are there any plans to support it or are there any objections if I send a PR?
I'm using BottomBar via react-navigation-material-bottom-tab-navigator.
References:

const inactiveColor = shifting
? textColor
: color(textColor)
.alpha(0.5)
.rgb()
.string();
https://github.com/callstack/react-native-paper/blob/master/src/components/BottomNavigation.js#L521
I really like BottomBar but it's not possible to customise inactive color at all. Are there any plans to support it or are there any objections if I send a PR?
I'm using BottomBar via react-navigation-material-bottom-tab-navigator.
References:
https://github.com/callstack/react-native-paper/blob/master/src/components/BottomNavigation.js#L521