thanhtung0212

Results 1 comments of thanhtung0212

You should add below code: ` @Override protected List getPackages() { @SuppressWarnings("UnnecessaryLocalVariable") List packages = new PackageList(this).getPackages(); packages.add(new SplashScreenReactPackage()); return packages; } `