SplashScreen with Vector stretched full screen

I stumbled upon the same problem. Unfortunately there does not seem to be a possibility to make the splash screen work with just a vector drawable for pre API 23. The problem is you can’t load VectorDrawableCompat outside of the process, like in this case in your themes android:windowBackground. So what is likely happening here … Read more

How to set the splash screen for react-native android

I had tried 3 of the following ways. The first one is what I am currently using for android splash screen for react-native projects. Using a npm package written by other. reference: https://github.com/remobile/react-native-splashscreen Create a SplashScreen component and redirect afterward. reference: How to create some kind of Splash screen/Launching screen, which disappears after App loaded? … Read more

tech