Closed esganzerla closed 8 years ago
That would mean you're not correctly configured. NativeModules.RNSplashScreen
is null
which indicates a native module load error. iOS or Android?
Android.
Only reason for that error on Android is not having this line: https://github.com/mehcode/rn-splash-screen/blob/master/example/android/app/src/main/java/com/mehcode/reactnative/splashscreen/example/MainApplication.java#L26
Try a rebuild / run inside of Android Studio if you do have that line
Great, it worked!
I`ve sent a new pull request to add this part to the tutorial.
Thanks!
@mehcode Was your tip to @esganzerla's eventually included in the guide? I followed it and it resolved this issue for me.
🙏 for your wonderful ⚒ on this package!
I'm getting this on IOS can you please help?
+1
Any pointers as to how to fix this in iOS will be helpful. I'm having the same issue in iOS. Many thanks!
I'm getting this error when I try to hide the splash-screen.
Any thoughts?