ramilushev/react-native-background-color

Android - removing root background image?

Noitidart opened this issue · 1 comments

I have created a background image in my Android using native technique, this is for splash screen. Like this:

https://medium.com/react-native-development/change-splash-screen-in-react-native-android-app-74e6622d699

This image stays in the background forever. When keyboard or switching views I sometimes see it. Do you have any ideas on how to remove it?

This works!! So I never tried it but I was reading this stackoverflow topic today - https://stackoverflow.com/a/4672250/1828637

And he said:

When you call setBackgoundColor it overwrites/removes any existing background resource, including any borders, corners, padding, etc.

So then I installed this and tried it, and yes!!! It removes the splash image as well!

Thank you for this awesome lib!! Please do keep it supported, I would love to motivate its support, do you have any avenues you like for accepting support? IE: paypal?