ex-navigation icon indicating copy to clipboard operation
ex-navigation copied to clipboard

Customizable navbar height

Open brentvatne opened this issue 7 years ago • 2 comments

Should be possible to specify navbar height in route config, right now the option is there but we aren't using it.

brentvatne avatar Sep 03 '16 17:09 brentvatne

Not sure if it was an appropriate way to do it, but I set height: xx in defaultRouteConfig and it worked for me. e.g.

defaultRouteConfig={{
  navigationBar: {
    height: 70
...

juellez avatar Nov 28 '16 03:11 juellez

there is an invisible overlay (which is just as high as the initial navigation bar) if I set the height for the navigationBar this way :/

kay-es avatar Jan 12 '18 08:01 kay-es