Skip to content

BottomBar: customizable inactive color #366

@jozan

Description

@jozan

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:

image

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions