Is there a way to tell the react-navigation library that I don't want to use headers in all the screens in my app?
Rather than setting navigationOptions = { header: null, } in every single screen, is there some navigator level setting I could set just once?