question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Splash screen appears for a moment when transitioning on android

See original GitHub issue

Hello everyone, I’ve made a little demo app that is composed os two screens, the first with just a text a a button, and the second with a header and a camera view. I’m using the FluidNavigator to fade through the screens, but when the transition happens, I can see for a moment the app’s splashscreen on the background. This happens only on android, on ios it works fine.

My package.json is as follows:

"dependencies": {
    "react": "16.3.1",
    "react-native": "0.55.4",
    "react-native-camera": "^1.1.4",
    "react-native-vector-icons": "^4.6.0",
    "react-navigation": "^2.0.1",
    "react-navigation-fluid-transitions": "^0.2.0"
  },

I’m using Animated to create interpolations of color and scale at the button. I’ve also tried to set a background color on the second screen, but had no effect. Here are two videos of the app:

Android: https://www.youtube.com/watch?v=FGAHmNoABfo&feature=youtu.be

iOS: https://www.youtube.com/watch?v=aR2QCpS0OJ0&feature=youtu.be

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
msevestrecommented, May 30, 2018

Can you create a snack so that the issue can be reproduced?

0reactions
chrfalchcommented, Jun 20, 2018

Due to lack of activity I’m closing this one for now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrate your existing splash screen implementation to Android ...
If you have previously implemented a custom splash screen in Android 11 or lower, you'll need to migrate your app to the SplashScreen...
Read more >
New Splash Screen In Android | by Narayan Panthi - Medium
This includes an into-app motion at launch, a splash screen showing your app icon, and a transition to your app itself.
Read more >
Splash Screen in Android - ProAndroidDev
Splash screen is a screen that loads when you launch an app. When you first open your application, a loading screen, also known...
Read more >
Transition gives flicker when splash screen calls "finish()" after ...
This code is working but gives flicker while transition. gotoLoginScreen() method at the end of class is the place which loads login activity....
Read more >
Splash screen on Android jumps down during startup #47634
Steps to reproduce: flutter create splash_bug; cd splash_bug; edit android/app/src/main/res/drawable/launch_background.xml as follows:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found