mehcode / rn-splash-screen

A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.
MIT License
350 stars 95 forks source link

[Android] Set splash color to "transparent" which should cause Android to use the view color #50

Closed mehcode closed 5 years ago

mehcode commented 7 years ago

@ox-michaelradionov Does this approach fix your issue?

I went over your PR carefully and used a screen recorder and stepped screen-by-screen to reproduce the issue and see your fix work. I had an idea to just remove the window decoration color. This fix also works and I think it's much easier to teach. Thoughts?

francisrod01 commented 6 years ago

@mehcode it was implemented already? This modifications seems like cool, right? :)