spencercarli / react-native-splash-screen-demo

67 stars 39 forks source link

Splash screen does not hide on Android #8

Open pokhiii opened 5 years ago

pokhiii commented 5 years ago

I've tried to follow your tutorial as closely as possible but the SplashScreen is not hiding on my Android device.

I've put SplashScreen.hide() in my componentDidMount() function. The SplashScreen is working fine on my iOS device.

pokhiii commented 5 years ago

Oh, I got it. Actually after loading the background_splash.xml it is loading layout/lauch_screen.xml and hangs in there. I don't want this. I want my react native app (login page) to come up after the splash screen.

nguyenvanphuc2203 commented 4 years ago

same issue, any solution here?

rohit-dasamantharao commented 2 years ago

Oh, I got it. Actually after loading the background_splash.xml it is loading layout/lauch_screen.xml and hangs in there. I don't want this. I want my react native app (login page) to come up after the splash screen.

@abhishek-pokhriyal check the name of xml in layout folder launch_screen.xml 'n' is missing and this doesnt work if the ife name is worng

rohit-dasamantharao commented 2 years ago

same issue, any solution here?

Guys check for following