You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm worried that the React Native APIs to hide the status bar can be overriden by the OS. This is particularly a problem for this reason: if you design your app to not include a status bar, but then iOS forces it to show for some reason, then it could break the design of your app.
I'm wondering if and when are the times it can be forced to show? Is it only phone calls or recording video in another app and that sort of thing? Or can it just appear for less important reasons (and often) whenever the iOS wants to?
The text was updated successfully, but these errors were encountered:
I'm worried that the React Native APIs to hide the status bar can be overriden by the OS. This is particularly a problem for this reason: if you design your app to not include a status bar, but then iOS forces it to show for some reason, then it could break the design of your app.
I'm wondering if and when are the times it can be forced to show? Is it only phone calls or recording video in another app and that sort of thing? Or can it just appear for less important reasons (and often) whenever the iOS wants to?
The text was updated successfully, but these errors were encountered: