expo / ex-navigator

Route-centric navigation built on top of React Native's Navigator
MIT License
522 stars 68 forks source link

When hiding the back button on Android, the title is placed odd. #125

Open sorenburon opened 8 years ago

sorenburon commented 8 years ago

Im trying to hide the back button on a specific view. Maybe I'm just doing it wrong:

renderLeftButton() { return null; }

The result is the following: screen shot 2016-07-04 at 17 48 28

Is it possible to center the title on Android, or at least make sure that the hidden button doesn't take up any space?

ide commented 8 years ago

You could try rendering an empty View maybe.