Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: Setting header to not visible in screen doesn't hide it #465

Closed
ccdwyer opened this issue Feb 23, 2017 · 1 comment
Closed

iOS: Setting header to not visible in screen doesn't hide it #465

ccdwyer opened this issue Feb 23, 2017 · 1 comment

Comments

@ccdwyer
Copy link

ccdwyer commented Feb 23, 2017

Added:
static navigationOptions = { header: { visible: false, }, };

to a component which is called by my main StackNavigator. In Android, the navbar is not visible; In iOS (iPhone and iPad), the navbar is still visible. Is this the intended functionality?

Using react-navigation version 1.0.0-beta.5.

@grabbou
Copy link

grabbou commented Feb 23, 2017

Duplicate of #53. Change headerMode to screen otherwise to get it work as of now :) PRs welcome, I still have that on my list.

@grabbou grabbou closed this as completed Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants