react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

Add navigationBar.drawBehind option

Open badaz opened this issue 2 years ago • 1 comments

🚀 Feature

We need a drawBehind option that we can enable in the navigationBar options, like the one for statusBar options

Motivation

Getting an app that is completely fullscreen, without hiding the navigation bar completely.

Pitch

Right now there is still that bottom navigation area behind which one cannot draw. Apps that go totally full screen (drawing behind the statusBar) do not feel totally finished because of that "fixed color" navigationBar. It is possible to make it transparent but then you only see the background color of your app, which is not the same as drawBehind where your apps components can actually go behind that zone (like the elements in a scrollview). You can also hide the navigationBar altogether, but it does not accomplish the same effect. It seems there has been an attempt at doing this already, as mentioned here https://github.com/wix/react-native-navigation/issues/4258 , as well as a plan to implement it in 2020 by @guyca , has it been abandonned since?

Are you willing to resolve this issue by submitting a Pull Request?

  • ✅   No, I don’t have the time and I’m okay to wait for the community / maintainers to resolve this issue.

badaz avatar Mar 27 '22 09:03 badaz

Nice idea it will be good to have this feature

erennyuksell avatar Jul 20 '22 18:07 erennyuksell