react-native-component / react-native-smart-splash-screen

A smart splash screen for React Native apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined is not an object

therovermind opened this issue · comments

screenshot_20170828-163646.....
i get this error.How to resolve??
using RN- 0.47

I'm getting the same issue with RN 0.46.3.

Ah, I fixed it. Was an issue my end. I duplicated the method getPackages() in MainApplication.java rather than adding new RCTSplashScreenPackage() to the list.

hey @WolfieZero thankyou..i made a similar mistake