header options
React Native
Higher-order component
HOC
react navigation
header options
each screen
navigationOptions
navigation.setParams
navigation.getParam
Environment React Native React Navigation 4.x node Premise Typically, react navigation's header options are written in App.js. However, this is undesirable for two reasons: App.js gets bigger and more complex Knowledge specific to each scr…