I've been searching for a while now and I have not found anything on how to add a launch/splash screen to my android app with react-native.
I've seen many examples of how to do this for iOS, but I also need it to work with android. I'd love something that can work cross-platform but if that is not possible with current react-native, I can implement it for both. I've also seen a way to do it with java, but I would really prefer not tainting my app with java code, trying to keep as much as I can written in react.
Would anyone know how this could be done?