Closed yberstad closed 8 years ago
The docs instruct you to name your splash screen splash
because this package's theme makes use of that drawable key as well. Android will merge resources and prioritize the applications over libraries (meaning your splash drawable will overwrite the default one in this project).
https://github.com/mehcode/rn-splash-screen/blob/master/docs/android.md#configure
Sorry for not catching that I needed to call my drawable "splash"! Thank you for pointing that out to me :)
Hi!
First I have to thank you for creating this splash screen component!
I have followed you steps for adding this to my project, but the "pink face" from your example is displayed between my splash screen and the initial page of my app. My workaround was to add in my project styles.xml:
I did this to override the in "@drawable/splash" from the rn-splash-screen, with my splash screen image.
Is there a better way, or have I misconfigured something?
Looking forward for the iOS example 😃