0

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;
}
Avishkar Patil
  • 220
  • 4
  • 14

1 Answers1

0

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

Rishav Kumar
  • 4,979
  • 1
  • 17
  • 32