When I press application back button twice faster it shows blank screen. its not redirecting any where just shows white screen.
handleBackPress() {
this.props.navigation.goBack(null);
return true;
}
When I press application back button twice faster it shows blank screen. its not redirecting any where just shows white screen.
handleBackPress() {
this.props.navigation.goBack(null);
return true;
}
Copyright © 2021 Jogjafile Inc.
White screen may be because it lead to some other unmounted screen or towards the splash screen where there is nothing to render. That might be your stack management problem