app:compileDebugJavaWithJavac FAILED
vysakhcv opened this issue · 3 comments
vysakhcv commented
error: constructor RCTSplashScreenPackage in class RCTSplashScreenPackage cannot
be applied to given types; .addPackage(new RCTSplashScreenPackage(this))
Please help me to fix this error !
vysakhcv commented
i have removed .addPackage(new RCTSplashScreenPackage(this)) this line from Activity.. Now Worked.. whats the problem of this line?
QingpingMeng commented
looks like RCTSplashScreenPackage needs one more bool parameter.
.addPackage(new RCTSplashScreenPackage(this, true)) works for me
0es commented
the same problem
Why not fix it?