-
Notifications
You must be signed in to change notification settings - Fork 63
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
When orientation is changed height of status bar is still showing old value. #13
Comments
Yes, it's right because it's expected to use a HoC to detect orientation change I prepared a You can give it a try by using |
have tried the alpha version, but still have the same problem |
This is an issue carried from React Native's very own StatusBar component. StatusBar from RN does not update it's height on orientation changes, so devices like the Pixel 5 or even the 3 will report only the value from when the app was opened. I was looking for an alternative to RN's StatusBar, but I guess I won't have luck with this one neither :( |
IOS: Only the size of the Status Bar is needed in landscape. getStatusbarHeight(landscape: Boolean ) |
No description provided.
The text was updated successfully, but these errors were encountered: