Hi
I get this error on android (RN version 0.30.0)

This happens because I invoke the call to
new RCTSplashScreenPackage(MainActivity.activity)
before calling
@Override
protected String getMainComponentName() {
activity = this;
return "app";
}
so MainActivity.activity is null.
Anyone experiencing this as well?