-
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
Wrong height on iPhone 12s except mini #17
Comments
Can you provide a PR for it? Thanks |
any idea how to fix this? |
There is a good working solution in this pull request #19 |
Can anyone test the |
Works perfectly, thank you for releasing |
That's works for me, thank you 👍 |
But wait, have anyone check iPhone XR with iOS 14? it is just me or it has slightly different height compare to iPhone XR with iOS 13? |
why not use NativeModules.StatusBarManager.getHeight(...) on ios and StatusBar.currentHeight on android ? |
On the x iPhones all have the value 44.
iPhone 12, iPhone 12 Pro, iPhone 12 Pro Max fails and still have 20
iPhone 12 mini is correct with 44
The text was updated successfully, but these errors were encountered: