ex-navigator
ex-navigator copied to clipboard
When hiding the back button on Android, the title is placed odd.
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:
Is it possible to center the title on Android, or at least make sure that the hidden button doesn't take up any space?
You could try rendering an empty View maybe.