It would be awesome to have SwitchNavigator support the same navigationOptions for the header bar as StackNavigator i.e. title, headerLeft, etc.
In my project I have been using StackNavigator like SwitchNavigator (always calling the reset navigation action), which is basically the SwitchNavigator behavior, but I am unable to migrate because I'm using the header features available in StackNavigator and don't want to manually implement a header bar if I use SwitchNavigator.