import { StackActions } from "react-navigation"; const popAction = StackActions.pop({n: 1}); this.props.navigation.dispatch(popAction);