mockingbot / react-native-immersive

Add Toggle for Android Immersive FullScreen Layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not set StatusBar style to dark-content with Immersive.on

serjek opened this issue · comments

Could not set StatusBar style to dark-content. It always forces to light-content, even setting StatusBar style directly blinks it's style to dark and then immediately switches to light.

With Immersive.on() successfully enabled, there should be no visible StatusBar or NavBar.

You may want to re-check the Basic Usage, and ReactNative Document: StatusBar.

Hello, thanks for swift reply! Yes basically header and navbar should be removed if immersive is on, but I'm talking about cases when header is visible during immersive (swipe from top, keyboard show, alert or modal etc). Apparently I switched from immersive to always-show mode for better UX, so won't be able to provide details. I would close the issue.