invertase / react-native-material-design

React Native UI Components for Material Design
http://react-native-material-design.github.io
MIT License
3.15k stars 366 forks source link

app:compileDebugJavaWithJavac FAILED #165

Open vysakhcv opened 6 years ago

vysakhcv commented 6 years ago

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 6 years ago

i have removed .addPackage(new RCTSplashScreenPackage(this)) this line from Activity.. Now Worked.. whats the problem of this line?

QingpingMeng commented 6 years ago

looks like RCTSplashScreenPackage needs one more bool parameter. .addPackage(new RCTSplashScreenPackage(this, true)) works for me

0es commented 6 years ago

the same problem Why not fix it?