expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

Large gap on nav bar header on Android #495

Open xcarpentier opened 6 years ago

xcarpentier commented 6 years ago

screen shot 2017-10-19 at 17 19 08

Context App on expo

Version

Other info There is some place in code related to Expo maybe help: search global._exponent added by @brentvatne

xcarpentier commented 6 years ago

Any update on this? cc @brentvatne, @skevy, @satya164 ?

satya164 commented 6 years ago

What android version is this?

xcarpentier commented 6 years ago

Android 5.1.1

brentvatne commented 6 years ago

@xcarpentier - we aren't working on ex-navigation, we only update it as we need it for internal projects. efforts are focused on react-navigation now. if you'd like to fix this and submit a PR, you can do this and ping me in slack and i'd be happy to merge and do a release!

brentvatne commented 6 years ago

also, I suspect the problem may be due to having an opaque status bar while also using expo, ex-navigation I believe assumes that it will render under the status bar when using expo. I believe there is some option in this lib to set the status bar height in your config