react-native-custom-navigation icon indicating copy to clipboard operation
react-native-custom-navigation copied to clipboard

adding the ability to reset the route stack

Open ericraio opened this issue 10 years ago • 0 comments

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.

ericraio avatar Jan 09 '16 06:01 ericraio