I just updated my app to beta10 and my status bar is overlapping on iOS.
It was working fine when using beta9 anyone else having this problem?
EDIT: My client just told me it’s happening only on the tab pages.
SOLVED: I had a custom component built for the nav-bar since I wanted to show those buttons on several pages, according to a Slack chat with @mhartington when you do that it messes with content projection.
So I copy/pasted the nav-bar on my views and it started working again.