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

When showing keyboard in full screen mode, hideNavigationBar does not hide navigation bar. without keyboard it work well. #39

Open morwalz opened 4 years ago

morwalz commented 4 years ago

Hi,

I implemented hideNavigationBar to show app in full screen mode. it is working well. but when I go on input fields, it open keyboard and with keyboard it is showing navigation bar again.

pankajgupta1 commented 3 years ago

Me too facing same problem.

cb185225 commented 3 years ago

Did anyone find an alternative that will work? I'm also looking for a way to hide the NavBar when the soft Keyboard is shown.