-
-
Notifications
You must be signed in to change notification settings - Fork 260
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
Splash screen flickers on fade #427
Comments
@rob-johansen I noticed this too. It appears to be since React Native 0.71. |
Tried doing something they recommend but I'm pretty sure it is unrelated this this.
|
@mikehuebner that didn't work for me either. It appears to be the background color on the UIScene when looking at the view hierarchy inspector. |
I investigated a bit, it does not appears to be related to React Native updates, but more to native SplashScreen API implementation on Android 13. Flickers occurs occasionally, but I couldn't reproduce it on Android 12 😕 |
When I run the I hope my experience can help you solve your problem. |
It should be fixed with #475 |
Version 5.0.0 is available: https://github.com/zoontek/react-native-bootsplash/releases/tag/5.0.0 |
Bug summary
I'm testing on a Pixel 5, running Android 13. When the splash screen fades out, it occasionally flickers. I made a screen recording in an effort to demonstrate the problem but, curiously, the screen recording doesn't catch the flicker!
If I remove the
fade
property, the flicker goes away.Library version
4.5.0
Environment info
The text was updated successfully, but these errors were encountered: