
just use lockToLandscape function status bar display height but the battery doesn't show like follow pic

@testxin is this still happening? What RN Version are you using?
I'm seeing this as well, but only on some devices. Specifically iPhone 6s, 10.2
The fix I found was to put
[application setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone];
[application setStatusBarHidden:NO withAnimation:UIStatusBarAnimationNone];
in AppDelegate.m in didFinishLaunchingWithOptions
This shouldn't happen with new version v2.0.0. If it persists please open a new issue. Also a workaround was provided above.
Most helpful comment
The fix I found was to put
[application setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone];
[application setStatusBarHidden:NO withAnimation:UIStatusBarAnimationNone];
in AppDelegate.m in didFinishLaunchingWithOptions