When starting IOS application in landscape mode and then changing to portrait statusBarHeight value wont change and remain 0.
Changelog
inside Constants.ts made statusBarHeight dynamic to mobile orientation changes
Instead of using StatusBarManager.HEIGHT, now setStatusBarHeight will use StatusBarManager.getHeight() method which provides the right height when called (HEIGHT is declared once when the app initialized)
Description
When starting IOS application in landscape mode and then changing to portrait statusBarHeight value wont change and remain 0.
Changelog
inside Constants.ts made statusBarHeight dynamic to mobile orientation changes Instead of using StatusBarManager.HEIGHT, now setStatusBarHeight will use StatusBarManager.getHeight() method which provides the right height when called (HEIGHT is declared once when the app initialized)