Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app stuck at splash screen on real device but at emulator working perfectly #331

Open
manojkumawat003 opened this issue Nov 27, 2018 · 9 comments

Comments

@manojkumawat003
Copy link

I developed an android app using react native. Its working perfectly on android emulator. I have generated signed apk. But when i install it and open it on android phone. It stuck at splash screen. It show me splash screen then show white screen. What should i do to solve this problem.

@SJ500
Copy link

SJ500 commented Jan 3, 2019

Same issue here

@SJ500
Copy link

SJ500 commented Jan 4, 2019

It is working for android OS v7.0. but not for version 6

@Samsinite
Copy link

Having this issue on a pixel one with android 9

@ManigandanRaamanathan
Copy link

@manojkumawat003 @Samsinite any solution?

@Samsinite
Copy link

We implemented native splash screens, iOS splash screens are straight forward, but Android can be a bit more work depending on what user experience you want.

@kirkryan
Copy link

kirkryan commented Apr 4, 2019

Did you ever get to the bottom of this? I have the same - works fine on my pixel 2 emulator, but wont go past the splash screen on my physical device (moto G4)

@KristineTrona
Copy link

I have the same issue that my app gets stuck in splash screen on ios, but only in release build. In debug build it works fine. I am using:

In my Appdelegate.m:

...
 [RNSplashScreen show];
  return YES;
}

And hiding it in my root component:

  componentDidMount() {
    SplashScreen.hide();
  }

  componentDidCatch(error, info) {
    SplashScreen.hide();
    ...
  }

@phr85
Copy link

phr85 commented Oct 22, 2019

Any update about this? I have the issue with Android 7.

@ManalLiaquat
Copy link

I am having a problem ====> "splash screen works fine on (nox) emulator but on a physical device the splash screen doesn't come but the black screen is taking place of splash screen"

any solution for my problem❓❔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants