thebylito / react-native-navigation-bar-color

React Native component to change bottom bar/navigation bar color on Android
MIT License
269 stars 49 forks source link

Hide navigation bar but keep statusbar visible #26

Open HZSamir opened 4 years ago

HZSamir commented 4 years ago

Hello, Would it be possible to keep the statusbar visible while hiding the navigation bar with HideNavigationBar? Thank you.

kernoeb commented 4 years ago

Same issue ! I tried by adding

<StatusBar translucent={false} backgroundColor={statusbarcolor} />

but without success

s-mikulich commented 2 years ago

Hi. Possible you can find some solution in this link: https://github.com/thebylito/react-native-navigation-bar-color/issues/42