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

hideNavigationBar() is hiding properly but leaving the space as blank #38

Open sanjeevkse opened 4 years ago

sanjeevkse commented 4 years ago

WhatsApp Image 2020-05-23 at 14 45 02

morwalz commented 4 years ago

hi @sanjeevkse I am facing same issue. did you find any solution for this ?

sanjeevkse commented 4 years ago

hi @sanjeevkse I am facing same issue. did you find any solution for this ?

Did not find any, i just made the action bar/softkeys only that color. not the exact solution but an idea on a word around.

ChintanRajpara commented 3 years ago

are you using react-native-navigation as your navigation library ?

if you are, then watch this issue https://github.com/wix/react-native-navigation/issues/5841

SiddharthSZ commented 3 years ago

hi @sanjeevkse I am facing same issue. did you find any solution for this ?

Did not find any, i just made the action bar/softkeys only that color. not the exact solution but an idea on a word around.

it's due to the height given to that view is may static or may up to Screen_Height , i did Height to "100%" of that component or remove height and give flex:1 to that component is working for full screen for me.