In Android, it handles the status bar color when the drawer is opened and closed.
You can see Android handle this properly.
In iOS it not showing properly.
Please help me to solve this issue. Thankyou:)
I have tried to find this solution by using these two lines also.
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UIStatusBarHidden</key>
<true/>
But I didn’t get the Result.