My goal is to have both Top and Bottom navigation bar for Home, Dashboard, and Album, but not for the SignIn. Here\'s the catch, I wish to put
Home, Dashboard, and Album
SignIn
You can use the tabbarbutton like below. This would pass the props and render a the touchableopacity and you can have your own onPress.
You can navigate, here i have given an alert
({ tabBarButton:props => navigation.navigate('SignIn')}/> })}/>