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

[flow] Fix missing headerLayoutPreset option in StackNavigatorConfig #4917

Merged
merged 1 commit into from
Sep 4, 2018

Conversation

MortalKastor
Copy link

As specified in the official docs, StackNavigatorConfig allows one to optionally set headerLayoutPreset to either left or center, but the current flow libdef doesn't reflect that so const stack = createStackNavigator({}, { headerLayoutPreset: "center" }); raises a flow error.

Test plan

const stack = createStackNavigator({}, { headerLayoutPreset: "center" }); should no longer raise error.

@brentvatne brentvatne merged commit 74a04c3 into react-navigation:master Sep 4, 2018
@brentvatne
Copy link
Member

thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants