-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Tab Bar is broken when In-Call Status Bar is active #972
Comments
@soheil - as discussed in IRC, built a library for you that fixes this: https://github.com/brentvatne/react-native-status-bar-size 😄 Could add this back into |
beautiful! I also thought it'd be nice to be able to add an icon to NavigationIOS so in
good job though! |
@brentvatne also this bug still occurs even with the StatusBar height known, I thought I could modify the height of the main view based on the StatusBar height but that didn't work. So I think we need another solution, but your StatusBar size is still a nice addition. |
@soheil - you could add some negative margin when the status bar is larger to offset it |
I haven't tried - margin, but increasing the height only worked when status On Wed, Apr 22, 2015 at 9:06 PM, Brent Vatne notifications@github.com
|
The text was updated successfully, but these errors were encountered: