I have a react component like
const Example = () => (...);
Using react-navigation I would normally apply naviga
If the case is that you want the same navigation option for all your components, remember you can set the defaultNavigationOptions in the createStackNavigator. Here is the React Navigation API if you need an example.
defaultNavigationOptions
createStackNavigator