I want to have a component like button (or react-native-action-button precisely) to be shown in each screen using React Navigation.
Does React Navigation has any option in inside Routes to implement it once and use everywhere?
Note: I don't want to import Component in each .js class and use it in render.
Reference -> Like this in app's each screen.Floating Action Button Reference