Skip to content
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

androidNavigationBar sticky-immersive doesn't work when app comes to foreground. #8879

Closed
Mahesha-Bhat opened this issue Jun 19, 2020 · 5 comments

Comments

@Mahesha-Bhat
Copy link

hi,

"androidNavigationBar": {
      "visible": "sticky-immersive",
      "backgroundColor": "#000000"
    },

  1. when my app comes back to foreground from any other app, system default navigation bar will be shown instead of one which i have mentioned in app.json
  2. In mobile which does not have notch (example redmi series) default white status bar will be given even though i have specified black backgroundColor.
    I tried to override this using StatusBar.setBackgroundColor() still same result.
    please fix this issue.
@cruzach
Copy link
Contributor

cruzach commented Jun 22, 2020

@Mahesha-Bhat I believe this issue was fixed in #7770, what SDK are you using?

Please provide a reproducible demo if you're seeing this on the most recent SDK, and I'll reopen the issue

@cruzach cruzach removed the docs label Jun 22, 2020
@cruzach cruzach closed this as completed Jun 22, 2020
@Mahesha-Bhat
Copy link
Author

Mahesha-Bhat commented Jun 22, 2020 via email

@cruzach
Copy link
Contributor

cruzach commented Jun 22, 2020

But when I tried
installing it in real device then it worked fine. Still this problem is
there in expo app.

So in the Expo client on a device it works, or only works in standalone apps? This fix was probably only applied to standalone apps, and will be applied to the Expo Client app in the next release (coming very soon)

@Mahesha-Bhat
Copy link
Author

Mahesha-Bhat commented Jun 22, 2020 via email

@cruzach
Copy link
Contributor

cruzach commented Jun 22, 2020

I confirmed this is fixed in the next release of the Expo Client, we'll announce the release on our blog

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