Skip to content

Commit

Permalink
Merge pull request #12 from Dssdiego/patch-1
Browse files Browse the repository at this point in the history
Fixed Error for ":app:compileDebugJavaWithJavac"
  • Loading branch information
Salakar committed Sep 2, 2016
2 parents 93fd12d + 3abeb29 commit 3391eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/java/com/demoapp/MainActivity.java
Expand Up @@ -29,7 +29,7 @@ protected void onCreate(Bundle savedInstanceState) {
.setBundleAssetName("index.android.bundle")
.setJSMainModuleName("index.android")
.addPackage(new MainReactPackage())
.addPackage(new StatusBarPackage(this))
.addPackage(new StatusBarPackage())
.addPackage(new RCTSplashScreenPackage(this))
.setUseDeveloperSupport(BuildConfig.DEBUG)
.setInitialLifecycleState(LifecycleState.RESUMED)
Expand Down

0 comments on commit 3391eda

Please sign in to comment.