react-native-custom-navigation
react-native-custom-navigation copied to clipboard
adding the ability to reset the route stack
This will allow you to use
this.props.route.reset(route);
I needed this so that after you login and redirect to the home screen, you can't go back to the login screen.