currently its not possible to navigate to a tab's child routes from another tab. to make this behavior, if we insert this code
<Button onPress={Actions.tab1_2}>Switch to tab1_2</Button>
to TabView class from the Example folder and try to navigate to that route from any tabs except tab1, the router fails to navigate to the tab1_2 scene