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 Error: App doesn't run on android devices and runs fine on android emulator. #16

Closed saurabhsahu13 closed 8 years ago

saurabhsahu13 commented 8 years ago

I followed the steps for Android setup and the app compiles and runs on android emulator but fails to run on real devices. There are no error from the command react-native run-android but when the app starts it gives an error App stopped unfortunately. I am using react-native 0.30 version.

mehcode commented 8 years ago

Can you run the example?

https://github.com/mehcode/rn-splash-screen/tree/master/example


If you can reproduce this in a small app I can try and help but I can't do much from here as I don't know what might be wrong.

saurabhsahu13 commented 8 years ago

Thanks for your help. Fixed the issue. It was there because of the splash screen image size.