Splash screen appears for a moment when transitioning on android
See original GitHub issueHello 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:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you create a snack so that the issue can be reproduced?
Due to lack of activity I’m closing this one for now.