Jonathan Kaplan

Results 1 comments of Jonathan Kaplan

@MossP The way I implemented this is: ``` javascript onPress(tabItemOnPress, event) { tabItemOnPress(); this.props.navigation.performAction(({ tabs, stacks }) => { const { currentNavigatorUID } = this.props.navigation.navigationState; // Reset route stack if...