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

Unexpected image displayed on splash screen #39

Closed quanvuong closed 7 years ago

quanvuong commented 7 years ago
screen shot 2017-02-16 at 10 22 46 am

This image appears after my splash screen. Does anyone know how to remove it ?

sibelius commented 7 years ago

@quanvuong did u figure it out?

daviscabral commented 7 years ago

@quanvuong @sibelius have you fixed it guys?

mehcode commented 7 years ago

I'd love to help here but I can't reproduce this in the example application. Can you compare your local project with the example? If you still have issues, can you reduce your local project into something that exhibits the problem that you can share?

daviscabral commented 7 years ago

I found what is going on. If I use a different name, the original file used by the project is used behind it.

It was replaced after I used the same name (splash.png) for the custom images for splashscreen.

So, if you want to avoid this happy - single eye - face, just use the same filename: splash.png.

therovermind commented 7 years ago

hey @daviscabral @mehcode where to exactly place the png while secondly,folder name should be @drawable or drawable