React native on double backpress shows white screen

358 views Asked by At

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;
}
1

There are 1 answers

0
Rishav Kumar On

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