Closed
Description
Hi,
I'm using the react-native-router-flux with react-native-tabs. It's all working good but I can't see to find a feature on the docs. I want to one of the tabs to be just a button with no view to forward to. Is that possible to do? This is a common pattern where sometimes there's a button in the middle of the navigation bar.
Version
Tell us which versions you are using:
- react-native-router-flux v4.0.7
- react-native v15.4.2
Expected behaviour
To have a tab button which will perform an action and not forward to another view.