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

hide statusbar #162

Open
arifsuheyl opened this issue Apr 12, 2023 · 3 comments
Open

hide statusbar #162

arifsuheyl opened this issue Apr 12, 2023 · 3 comments

Comments

@arifsuheyl
Copy link

I can't hide the status bar when popover is visible on Android. While popover model is closed, it's gone but status bar appears with popover. This does not happen in IOS. How can I solve this?

@phuoctai12t
Copy link

@arifsuheyl use statusBarTranslucent={true} prop, the typescript declaration is missing it.

@gpbaculio
Copy link

@phuoctai12t possible to hide without height?

@AdamGerthel
Copy link
Contributor

AdamGerthel commented Nov 17, 2023

I have the same issue - both navigation (hidden through expo-navigation-bar) and statusbar appears when the popover opens.

I think the root cause is that popover uses the Modal component from React Native to make sure the popover is displayed on top of all other views.

There's a known issue about this in RN's issue queue: facebook/react-native#37801

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

4 participants