Skip to content

Why doesn't React Native offer native support for changing the color or visibility of the "NavigationBar" for android? #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gomes042 opened this issue Sep 28, 2020 · 1 comment

Comments

@gomes042
Copy link

gomes042 commented Sep 28, 2020

We already have the element "StatusBar" and we can define its color/style

    <StatusBar backgroundColor="#COLOR HEX HERE" barStyle="..." />

But there is no "NavigationBar" element yet. It would be interesting...

    <NavigationBar backgroundColor="#COLOR HEX HERE" barStyle="..." />


UPDATE: It would probably be the kind of thing that React Native don't want so they don't need to worry about supporting RN non-trivial components, keeping focus on "engine stuff".

See #23313

@kelset
Copy link
Member

kelset commented Sep 29, 2020

👋 there - as stated in the README and the issue template, this repo is for long-form discussions. Yours seems more a precise feature request, so I suggest you open a PR that adds the feature you are describing directly to the main repo so that it can be discussed in details there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants