Implementation detail worries - Calling navigate on nested Navigator
问题 In summary - my question is, is there an alternative way to acheive this sidebar tabs, possibly/hopefully with TabNavigator? Or is my approach below not a implemenation detail and future-proof? I am trying to create a tab navigator with tabs on side. I could not pull this off with TabNavigator so I I nested a StackNavigator with the following structure: class PageShowroom extends React.Component { childnav = {} navRef = el => this.childnav.navigate = el && el._navigation.navigate